what is difference Between Core Java and advance java
Answer Posted / anil singh
Core java is nothing but J2SE Where as Advanced Java is
nothing but J2EE. Even if you go to any training institution
they teach J2EE as advance JAVA .... ANIL SINGH
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are three types of loops in java?
Which one of the following suits the description of a string better: derived or primitive?
How do you use find and replace?
what methods would you overwrite in java.lang.object class?
Can a lock be acquired on a class in java programming?
What is nested class?
Explain importance of inheritance in java?
How do you read and print a string in java?
What is the difference between the size and capacity of a vector?
Can we write multiple catch blocks under single try block?
What are the different collection views provided by maps?
Can we catch more than one exception in single catch block?
What is instance means in java?
What is thread pool? How can we create thread pool in java?
How to instantiate member inner class?