what is difference Between Core Java and advance java
Answer Posted / varsha
core java is the basic part of java technology where as advance java is the application of core java
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is it possible for two string objects with identical values not to be equal under the == operator?
What all methods are used to prevent thread execution ?
Java is pass by value or pass by reference? Explain
What is the final keyword denotes?
What are thread safe functions?
Is main is a keyword?
Explain naming conventions for packages?
What are benefits of java?
Why is stringbuffer thread safe?
List some important features of java 10 release?
What is the advantage of preparedstatement over statement?
What does java final mean?
Can a static method be overridden in java?
What is linkedlist in java?
Explain different ways of creating a thread. Which one would you prefer and why?