can any body tell me? does advance java and j2ee both are same.
Answer Posted / srikanth muddu
s der is no core java adv java as per sun..only
j2se,j2ee,j2me coming ot core java n adv java diff. by core
java v can develop desktop application..but by adv java mena
(jsp,servlets,struts.hibernat)v can develop web
appilcations n applets.....
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Which arithmetic operations can result in the throwing of an arithmeticexception?
Does java initialize arrays to zero?
Explain the importance of throws keyword in java?
What is difference between identifier and variable?
What are the wrapped, classes?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is java regex?
Does string is thread-safe in java?
What kind of variables a class can consist of?
Does java arraylist maintain insertion order?
Which of the classes will have more memory allocated?
Explain about automatic type conversion in java?
Can we change the scope of the overridden method in the subclass?
What is method overloading in JAVA? Why is it not present in C ?
What is function overriding and overloading in java?