what is difference Between Core Java and advance java
Answer Posted / rattaiah
core and advanced java are not official terms these terms
are introduced by institutions.
as part of sun micro systsems the java language is divided
into three types
1) j2se (java 2 strandred edition )
2) j2ee (java 2 Enterprize edition)
3) j2me (java 2 micro edition)
j2se is basic for the java technology. after compleion of
this one we are eligible for adv java,android,Selenium
Testing........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we override the private methods?
What is nested loop? What is dangling else condition in it?
What is the console in java?
What is main difference between variable and constant?
What are the string methods in java?
What is use of inner class in java?
What does opcode mean?
Write code to implement bubble sort in java?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What is exception propagation?
Why call by value prevents parameter value change?
Which java collection does not allow null?
Explain aggregation in java?
What is the difference between the size and capacity of a vector?
Why java is secure? Explain.