Difference Between java & javax
Answer Posted / veerendra kumar
javax is an extension of java,JAVA language contains set of
predefined packages,thouse packages are classified into two
types according to Sun Microsystem,they are JSE Packages,JEE
Packages,if we want to import JSE PACKAGES we need java,
even though JSE contains one Technology like JDBC some times
we need to work with javax,and all JEE Technologies we must
use import javax like(SERVLETS,JSP,EJB)
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is the difference between the ‘font’ and ‘fontmetrics’ class?
How will you pass parameters in RMI? Why do you serialize?
What is the highest-level event class of the event-delegation model?
What is the difference between RMI and Corba?
How is a java object message delivered to a non-java client?
Explain the advantages and disadvantages of detached objects.
What is an abstract method?
Describe responsibilities of Activator?
Explain about local interfaces.
wahts is mean by dynavalidatorform in struts/
If your ui seems to freeze periodically, what might be a likely reason?
Can you control when passivation occurs?
difference between ejb,struts,hibernate,spring and jsp
How are the elements of a cardlayout organized?
How to pass parameters in RMI?