WHAT IS THE SCOPE FOR COREJAVA...?
IS JAVA ONLY CORE JAVA ?
Answer Posted / pooja
there is a wide scope in core java and core java is the part of java not java is core java
understood
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Does garbage collection occur in permanent generation space in jvm?
Explain method local inner classes ?
What is the difference between char and char *?
In which order the iterator iterates over collection?
What is variable argument in java?
How can you add and remove nodes in jtree?
What is the output of the below java program?
What is mean by collections in java?
Is .net better than java?
What is return type in java?
Can a static class implement an interface?
What is java literals?
What is primitive data type in java?
Can you call one constructor from another if a class has multiple constructors?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread