what is difference Between Core Java and advance java
Answer Posted / vikash
core java is fundamental language and adavance java is
another part of java in which the extention of core java is
learned.
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
What are 3 data types?
What do you understand by access specifiers in Java?
How to split arraylist elements in java?
What is a variable analysis?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
Can we create our own daemon thread?
Explain different ways of creating a thread?
What does escaping a character mean?
What is the difference between JVM and JRE?
How to sort an unsorted array in java?
What is java lang string?
What kind of variables a class can consist of?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What is a string what operation can be performed out with the help of a string?
What is the difference between access specifiers and access modifiers in java? 16