What does x mean in javax.swing?

Answers were Sorted based on User's Feedback



What does x mean in javax.swing?..

Answer / veeramani

X-satands for extended version that includes extra features
for improving the java

Is This Answer Correct ?    62 Yes 1 No

What does x mean in javax.swing?..

Answer / jay

Extension of Java

Is This Answer Correct ?    29 Yes 6 No

What does x mean in javax.swing?..

Answer / siri

Re: What does x mean in javax.swing?
The meaning of ‘x’ in javax.swing is Extension of Java

Is This Answer Correct ?    14 Yes 1 No

What does x mean in javax.swing?..

Answer / sidhu

Hello Jay
Its not a Extension
java.lang.io.*;
-- its mean the lang package is completed.
javax.swing.*;
---Its X means the package is not whole completed ...its
processing ..or its Updating the more feature .

Is This Answer Correct ?    21 Yes 11 No

What does x mean in javax.swing?..

Answer / gopal jaiswal

yeah its an extension of java but its also correct that
this package is not complete

Is This Answer Correct ?    12 Yes 3 No

What does x mean in javax.swing?..

Answer / tarun

where X means optional package
which API is not the part of j2se that are put in javax

Is This Answer Correct ?    6 Yes 1 No

What does x mean in javax.swing?..

Answer / arjun

yeah javax means java Extension and also its need updating .
and what is difference b/w java.awt;and javax.swing both for developing desktop applications

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Swing Interview Questions

What is the difference between swing and awt in java?

0 Answers  


What are controls and what are different types of controls in awt?

0 Answers  


What is the default look and feel of a Swing Component?

3 Answers  


Can a class be it?s own event handler? Explain how to implement this?

0 Answers  


What is the process of setting the layout manager?

0 Answers  






how to give transparency to JComboBox,JList and JTable

5 Answers   Ness Technologies,


Explain how to render an html page using only swing.

0 Answers  


What are heavy weight components ?

0 Answers  


What are the different types of layout managers used in swing?

0 Answers  


What is import javax swing in java?

0 Answers  


What is java swing gui?

0 Answers  


What is the relationship between clipping and repainting?

0 Answers  


Categories