Answer Posted / 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 View All Answers
What are the different ways of implementing thread? Which one is more advantageous?
What is the point of polymorphism java?
What is an empty list in java?
What is difference overloading and overriding?
Can long be null in java?
Is break statement can be used as labels in java?
What is the difference between I ++ and ++ I in java?
What is a boolean expression in java?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What is a method signature java?
What is ordered map in java?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
Can you pass functions in java?
How to sort numbers in java without array?