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 are the purpose of introspection?
How substring() method of string class create memory leaks?
Where can I find seam examples and documentation?
How are commas used in the intialization and iteration parts of a for statement?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
difference between ejb,struts,hibernate,spring and jsp
What are the types of scaling?
Are we allowed to change the transaction isolation property in middle of a transaction?
Which component handles cluster communication in jboss?
Can we sent objects using Sockets?
When a thread blocks on i/o, what state does it enter?
What are the diff types of exception?
What is the form of storage space in java?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What is ioc concept?