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 a portable component?
Describe responsibilities of Activator?
What are the difference between RMI and CORBA?
Why do I get a duplicate name error when loading a jar file?
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
What is a modular application? What does module-relative mean?
Difference between hashmap and hashtable?
What is abstract schema?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
Explain about thread synchronization inside a monitor?
What are transaction attributes?
Describe, in general, how java's garbage collector works?