Answer Posted / 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 |
Post New Answer View All Answers
What is Enum in Java?
Why is java not 100% pure oops?
What is difference between next () and nextline () in java?
Explain about OOPS concepts and fundamentals.
What is prime number in java?
How many types of parsers are there?
What is array size in java?
What is finalize() function in java?
Why is a string immutable?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is java command?
What is Classloader in Java?
What is the difference between superclass and subclass?
What is meant by stack and queue?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?