kgashok / orientations

Orienting students with the "lay of the land" for each semester subject
3 stars 2 forks source link

Objectives of the Orientation #15

Open kgashok opened 7 years ago

kgashok commented 7 years ago

What are the objectives of the Orientation?

  1. To get the students really interested in developing Java Programming Skills! http://www.fromdev.com/2015/02/programming-language-to-learn.html

    "If someone wants to learn how to program, just sitting there pondering whether or not you should won't help. You need to just do it or you won't get far. Learning how to program requires determination and a playful attitude. A thing that helped me learn how to program was enjoying the learning process. Instead of envisioning what it'll be like once you've learned how to program, try finding the joy in the learning process instead. Once you've created something new, even if it's just a small program, take a step back (not literally) and admire what you've created. Be proud of your creation, show it off to your friends and/or family."

  2. "Lay of the Land", High Level review of the entire Subject Contents

  3. Which is important for an immediate Java career @KGISL and the IT industry as a whole?

  4. Where does Java fit in the overall technology stack that is used for developing an enterprise Application (like an Insurance solution)?

    • Write once, Run everywhere (including on a mobile phone running Android)
  5. What is the REFCARDZ - how is it relevant?

Links to download, review, modify and distribute

kgashok commented 7 years ago

http://www.fromdev.com/2008/05/java-threading-questions.html

Is concurrency even used in the real world applications? Please check with the team. If not, why not?

Dhivyakgisl commented 7 years ago

Dear sir,      We donot implement concurrency in our code in development, rather it is taken care automatically by JVM and DB transaction controls.   This is for your kind information.   With regards, Dhivya

----- Original Message -----

From: "kgashok" notifications@github.com To: "kgashok/orientations" orientations@noreply.github.com Cc: "Dhivya" dhivya.arun@kggroup.com, "Assign" assign@noreply.github.com Sent: Wednesday, November 16, 2016 1:13:39 AM Subject: [Marketing Mail] Re: [kgashok/orientations] Objectives of the Orientation (#15)

http://www.fromdev.com/2008/05/java-threading-questions.html

Is concurrency even used in the real world applications? Please check with the team. If not, why not?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub , or mute the thread .

kgashok commented 7 years ago

Below is one of the scenarios where we use multi threading. For sending multiple covernotes data to CSC's core insurance system.

Example:
ExecutorService threadPool = Executors.newFixedThreadPool(noOfThreads);