what is difference Between Core Java and advance java
Answer Posted / vasuanee
THERE ARE 3 CONCEPTS ARE THERE J2SE, J2EE, J2ME, NO ADVANCE JAVA,THROUGH J2SE WE CAN DEVELOP STAND ALONE APPLICATIONS WHICH CAN RUN ON SINGLE SYSTEM, THROUGH J2EE WE CAN DEVELOP DISTRIBUTED APPLICATION WHICH CAN RUN ON MULTIPLE SERVERS.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When is the garbage collection used in Java?
Why java is a platform independent? Explain
What is parsing and its types?
How much ram can a 64 bit processor theoretically?
What is javac used for?
What is the difference between static method and instance method in Java?
Write a program to find maximum and minimum number in array?
Explain the reason behind ending a program with a system.exit(0)?
Which data type is a class in java?
How to optimize the javac output?
Is string is a keyword in java?
How do you create a bulleted list?
what is method reference in java 8?
Can a static member function access member variable of an object?
How hashset works internally in java?