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 JTable and what is its purpose?

4 Answers  


What is the use of double buffering in swings?

1 Answers  


What is the use of JTree?

3 Answers  


Why are swings considered lightweight?

1 Answers  


Is swing an api?

1 Answers  


What is difference between jframe and swing?

1 Answers  


Is java swing still used?

1 Answers  


what are the root classes of all classes?

4 Answers  


What are all the components used in Swing?

1 Answers  


What is java panel swing?

1 Answers  


What are the components of swing?

1 Answers  


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

1 Answers  


Categories