does core java and j2se both are same?

Answers were Sorted based on User's Feedback



does core java and j2se both are same?..

Answer / 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

does core java and j2se both are same?..

Answer / sravanthi

no
core java donot have any web application
but coming to the
j2se it is used for
web applications

Is This Answer Correct ?    5 Yes 0 No

does core java and j2se both are same?..

Answer / yogesh

Yes, there is no core and advance java,
core and advance are only the features of java or j2se,
there is j2se, j2me, j2ee

Is This Answer Correct ?    5 Yes 0 No

does core java and j2se both are same?..

Answer / sudhir

no

Is This Answer Correct ?    5 Yes 2 No

does core java and j2se both are same?..

Answer / sravanthi

there is no core and advanced java
in java world...
we have only j2se,j2ee and j2me....
The business people i.e institutions make this as core and
advanced java

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Core Java Interview Questions

How do you declare a string variable?

0 Answers  


Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?

2 Answers   ADP,


How can you write a loop indefinitely in java programming?

0 Answers  


When should I use a singleton?

0 Answers  


what is difference between String buffer and String builder?

5 Answers   Benchmark,


How do you override a method?

0 Answers  


Difference between static synchronization vs. Instance synchronization?

0 Answers  


What is replaceall in java?

0 Answers  


What classes can be used to store arbitrary number of objects ?

1 Answers  


Why are pointers not secure?

0 Answers  


What is <> used for in java?

0 Answers  


Explain what access modifiers can be used for variables?

0 Answers  


Categories