Answer Posted / kathir1988cse
I think Java core and J2SE are the same thing, not two
things that are similiar... take a look at the following
Sun pages:
Java SE - Core Technologies
What this page inidicates is that core == Java SE (in v6).
Java SE Name and Version Changes
What this page explains is that J2SE (in v5), reverts back
to Java SE.
So basically, core == Java SE == J2SE
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What's the base class in java from which all classes are derived?
Can I uninstall java?
What is the right data type to represent a price in java?
Is break statement can be used as labels in java?
Why stringbuffer is faster than string?
What is java life cycle?
Is treeset sorted in java?
What is byte value?
What is a package in java? List down various advantages of packages.
What is native method in java?
What is mnemonic in assembly language?
Where is the find and replace?
What will happen to the exception object after exception handling?
What is args length in java?
What are the main uses of the super keyword?