Difference Between java & javax
Answer Posted / jigs
A package is introduced as an addition to an existing JRE,
it comes in as javax. If it's first introduced as part of a
JRE (like NIO was, I believe) then it comes in as java. Not
sure why the new date and time API will end up as javax
following this logic though... unless it will also be
available separately as a library to work with earlier
versions (which would be useful).
A classloaders are set up to only allow classes within
java.* to be loaded from rt.jar or something similar.
(There's certainly a check in ClassLoader.preDefineClass.)
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
What is ripple effect?
What is the immediate superclass of the applet class?
What happens when a thread cannot acquire a lock on an object?
How database connectivity in XML is achieved?
What are the different types of exception?
What are the difference between RMI and CORBA?
What is the RMI and Socket?
Why are some of the class and element names counter-intuitive?
What is the difference between RMI and Corba?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
Can you give me a simple example of using the requiredif validator rule?
What restrictions are placed on the location of a package statement within a source code file?
What is aop(assepct oriented programing)?
What value does read() return when it has reached the end of a file?
what are the advantages of JTA over JTS?