what is difference Between Core Java and advance java
Answer Posted / ankush gour
I have been on Java for almost an year now, and I still have no understanding of what someone means when they say there are working on Java, or Core Java or Advanced Java? How do you differentiate between the 3 of them?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is extension method in java?
What is final variable?
Does java have a compiler?
Why does abstract class have constructor?
What is return data type?
What data type is true or false?
How does a for loop work java?
What does next mean in java?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
how we can make a write-only class in java?
What is one third plus one third as a fraction?
What does \ mean in regex?
What happens if I remove static from main method?
Why generics are used in java?
What are the differences between processes and threads?