Difference Between java & javax
Answer Posted / kani
javax is an extension of java.
some new packages like servlet, EJB, swing, etc are included
in javax.
| Is This Answer Correct ? | 52 Yes | 4 No |
Post New Answer View All Answers
What is the highest-level event class of the event-delegation model?
What is a modular application?
Is the ternary operator written x : y ? Z or x ? Y : z ?
How a component can be placed on Windows?
What are externizable interface?
What do you mean by Socket Programming?
What is clustering? What are the different algorithms used for clustering?
What are the oops concept?
What event results from the clicking of a button?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Java is fully object oriented languages or not?
How to determine SGA site?
What are the purpose of introspection?
Write a singleton program?
What is ioc concept?