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 is anagram in java?
How can we make copy of a java object?
What is the do while loop syntax?
Why stringbuilder is not thread safe in java?
Explain the use of sublass in a java program?
What are different exception types exceptions available in java ?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What is difference between equal and == in java?
how to create constants in java?
What is contractor means and methods?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
What does i ++ mean in Java?
What do you understand by java virtual machine?
What purpose do the keywords final, finally, and finalize fulfill?
What happens when main () method is declared as private?