what is difference Between Core Java and advance java
Answer Posted / simran
core java is basic fundamental knowledge of java which is based on oops concept.advance java is extended form of core java,which is for web application.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does string intern() method do?
What is an object’s lock and which object’s have locks?
What is qualitative variable?
Write a program to check string is palindrome without using loop?
What are the two ways of implementing multi-threading in java?
Can we have any other return type than void for main method?
What is object data type?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
Explain about varargs in java?
Where we write javascript code in html page?
How do you sort an array in java?
What is tochararray in java?
How do you use equal in java?
What is widening and narrowing in java? Discuss with an example.
How to create a base64 decoder in java8?