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 a static and a non-static inner class?
Explain the difference between object state and behavior?
Explain phantom read?
Are we allowed to change the transaction isolation property in middle of a transaction?
What are the design considerations while making a choice between using interface and abstract class?
Why is string immutable in java?
Why doesn’t the focus feature on the tag work in every circumstance?
How are the elements of a borderlayout organized?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
Have you used threads in Servelet?
What do you need to set-up a cluster with jboss?
what is meant by JRMP?
Can I run seam outside of jboss as?
Can I use javascript to submit a form?
What is colon_pkg_prefixes and what is its use?