English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What would one need to make programs in Core Java?

2007-02-15 01:17:54 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

Java classes within the SDK that has a namespace/package starting java. not javax. or anything else. No frameworks, just bare minimum.

Those make up the core or bare minimum to write any useful program, it is about 100 classes or so; if you include what javax in the SDK the amount balloons to few thousand classes and more extensive than .Net framework. But if you do include the use of javax or anything else besides java namespace you are venturing outside Core Java.

2007-02-15 02:35:14 · answer #1 · answered by Andy T 7 · 0 0

The java JDK. All core Java classes are in the JDK. If you need to include other external jar or class files (other than your programs) you're outside of the core.

2007-02-15 01:24:58 · answer #2 · answered by Meg W 5 · 0 0

core java is basically learning course in java.

2014-06-17 20:10:23 · answer #3 · answered by Anonymous · 0 0

Core Java is Java's standard edition for program developmenr
If you want more and full information about it,you may purchase
this app

http://www.amazon.com/Agrata-shukla-JavaMust/dp/B00GX1S0QQ

2013-12-18 22:27:50 · answer #4 · answered by Agrata 1 · 0 0

fedest.com, questions and answers