[HD Pg 21, Sec. 1.8.1 - compiling-multiple-source-files-at-once]

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
OCAJO1
Posts: 221
Joined: Mon Nov 26, 2018 2:43 pm
Contact:

[HD Pg 21, Sec. 1.8.1 - compiling-multiple-source-files-at-once]

Post by OCAJO1 »

I was wondering, with IDE's such as NetBeans, Eclipse, IntelliJ , etc. out in the market, why do Java books still put so much emphasis on command line compilation and creation of Jar files?

admin
Site Admin
Posts: 10388
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: [HD Pg 21, Sec. 1.8.1 - compiling-multiple-source-files-at-once]

Post by admin »

For two reasons -
1. Certification exam requires you to know about compilation and execution.
2. An IDE does a lot of things transparently besides compilation and execution (such as managing PATHs, managing dependencies, managing resource files and so on) and by not knowing what it is doing is and why is it doing that, sets you up for a failure later. Moreover, Production environments don't have IDEs. For deploying to production environments, you will need to know exactly what is packaged where. You may also need to tweak things without using IDEs. So, basics are always very important. They give you a good perspective :)

OCAJO1
Posts: 221
Joined: Mon Nov 26, 2018 2:43 pm
Contact:

Re: [HD Pg 21, Sec. 1.8.1 - compiling-multiple-source-files-at-once]

Post by OCAJO1 »

Wow, I had no idea Java IDE's still needed that much hand holding from the command line. Thanks for the insight.

Post Reply

Who is online

Users browsing this forum: No registered users and 10 guests