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
What is complexity and its types?
What is the difference between checked exception and unchecked exception?
Why is String immutable?
What is the difference between inheritance and encapsulation?
List primitive java types?
What is a string token?
Can you explain the private protected field modifier?
What is the difference between multiple processes and multiple threads?
What do you mean by platform independence?
what happens when a thread cannot acquire a lock on an object? : Java thread
When does a class need a virtual destructor?
What is struts in java?
What is the difference between preemptive scheduling and time slicing in java programming?
How to sort elements in a parallel array in java?
how can you take care of mutual exclusion using java threads? : Java thread