answersLogoWhite

0

What does javax mean in advance java?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

Only the original naming person or team can answer this one 100% correctly.

javax is an extension package (to java package), some would say it is the extra. Either way, this package is optional, an auxiliary one. New packages are usually introduced as javax.something, then perhaps promoted as java.something in the latter edition if it deemed to be as a part of the core.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does javax mean in advance java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is it possible to draw in java without using applet?

Yes it is possible to draw in java by using AWT package. or by using javax package.


Where can information on 'javax' be found online?

Information on 'javax' can be found on the official Java documentation website (docs.oracle.com). Additionally, online forums and communities such as Stack Overflow may have discussions and examples related to 'javax' and its various packages and libraries.


What is javax in java?

java.* libraries were supposed to have been core libs, and javax.* to be standard extensions with the possibility of promotion to core libs (i.e., classes in javax libs could be promoted to java namespaces). However, this showed a certain lack of foresight by not considering the fact that moving the namespaces would require everyone using the classes to change their references-- the criterion for promotion being the adoption rate of the library also guaranteed that the impact to existing code would be the greatest for any functionality promoted. Nowadays, the difference is largely academic since the widely adopted javax.* libs are included in the core download, but the namespaces aren't changed. In practice, it's more important what is in the JRE download than what namespace something is in.


What is THE definition of advance java?

Advance java is the implementation of servlet in web pages.


Which is better advance java or android?

Java is much advance because application designed to run over Android are written in Java Language.


What is Jtable in java?

used to create GUIs. basically the built-in class that allows for creation of the "main" window. http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JTable.html


What cleaning supplies start with J?

javax


What is the fees of advance java in NIIT?

Rs.8900


Will you give us 10 to 15 different projects of advance java so that we can study advance java?

A good program display a model of human cells, and test different mutations.


What class would you use in the javax to create a dialog box?

javax.swing.JOptionPane


What do you mean by java?

Java is an object-oriented programming language which is generally designed either to be compiled to native (machine) code or to be interpreted from source code at runtime. Java is intended to be compiled to a bytecode, which is then run (generally using JIT compilation) by a Java Virtual Machine. IT DESK training course is designed in such a way that it provides a proper understanding of Java Programming along with different features like file handling, string handling, threading, etc. Java is platform-independent and is used to develop Console Applications, Desktop Applications, and Web Applications. Java also supports multithreading which helps it to perform multiple tasks at the same time. IT DESK promotes the students to do Internships and all the Training are given on the latest version of Java. IT DESK certificate is industry-recognized and lets you find the best job opportunities in the field of programming.


What is subroutine in java?

Subroutine mean what (in java)?