what is difference Between Core Java and advance java
Answer Posted / sneha
In actual their is no core & advance java....their are only
three platform of java that are J2SE, J2EE AND J2ME but for
student we should understand these three platforms step by
step thats why the java is divided into two parts ie core
java & advance java to learn java in short time without any
confusion.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
I want to store more than 10 objects in a remote server? Which methodology will follow?
What is prefix of a string?
What is the difference between the font and fontmetrics classes in java programming?
What is constructor and its types?
Difference between this() and super() in java ?
Write a program to find maximum and minimum number in array?
Explain inheritance in java?
Can we overload final method in java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is a ?
How do you remove an element from an arraylist in java?
What is Classloader in Java?
Can you override a final method?
What is a finally block? Is there a case when finally will not execute?