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 session.get() method and the session.load() method?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is table mutation and how do you avoid it?
What is a session? Can you share a session object between different theads?
which book is better for jdbc ,servlets and jsp
What are the purpose of introspection?
What is a class loader? What are the different class loaders used by jvm?
What is ioc concept & explain it?
What is scalable, portability in the view of J2EE?
Is jvm a overhead?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
Explain how will the struts know which action class to call when you submit a form?
What is Stream Tokenizer?
What is permgen or permanent generation?
Why are component architectures useful?