answersLogoWhite

0

Is java swing technology or language?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

swing technology

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is java swing technology or language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between swing and swing events?

Java Swings is a technology that is used to create User Interface Components using Java. Swing Events are a part of this technology that is used to handle user actions like click of a button or closing the component etc


Why we use java card?

Java Card denotes a Java Card technology-enabled smart card. Java Card technology allows applets written in the Java language to be executed on a smart card.


What type of application you can develop in java technology?

You can create games, desktop applications and mobile applications using Java programming language.


What is swing in advanced java?

Java Swings is a technology using which we can create powerful and light weight User Interface Components. 1. Swing has a rich and convenient set of user interface elements. 2. Swing has few dependencies on the underlying platform. This means that it is less prone to platform-specific bugs. 3. Swing gives a consistent user experience across platforms.


What has the author Mark Grand written?

Mark Grand has written: 'Visual Basic design patterns' -- subject(s): BASIC (Computer program language), Computer Technology, Microsoft Visual BASIC, Nonfiction, OverDrive, Software patterns 'Java fundamental classes reference' -- subject(s): Java (Computer program language) 'Java Enterprise design patterns' -- subject(s): Java (Computer program language), Web servers, Object-oriented programming (Computer science), OverDrive, Computer Technology, Nonfiction 'Java language reference' -- subject(s): Java (Computer program language)


What has the author Patrick Naughton written?

Patrick Naughton has written: 'Java 1.1' -- subject(s): Java (Computer program language), Internet programming 'Java 2TM' -- subject(s): Computer Technology, Nonfiction, OverDrive 'Java' -- subject(s): Java (Computer program language), Internet programming


What is the difference between PHP and struts?

STRUTs is a framework of technology of java based on JSP/Java Servlets PHP is another server scripting language


Full form of jndi in java?

JNDI stands for Java Naming and Directory Interface JNDI is an API specified in Java technology that provides naming and directory functionality to applications written in the Java programming language


Why swing is used in java?

Swing is a package in Java which contains tools for building GUI application. Swing is a part of Java's foundation classes.


What has the author Elliotte Rusty Harold written?

Elliotte Rusty Harold has written: 'Java Network Programming' 'Java Developer's Resource' -- subject(s): Java (Computer program language) 'Effective XML' -- subject(s): XML (Document markup language) 'XML 1.1 Bible' -- subject(s): OverDrive, Computer Technology, Nonfiction 'Java Network Programming (Java Series (O'Reilly & Associates).)' 'Java I/O' -- subject(s): Java (Computer program language), Programmation (Informatique), Java (Langage de programmation), Ein-Ausgabe, Java , Programmierung 'Processing XML with Java' -- subject(s): Java (Computer program language), XML (Document markup language) 'XML in a Nutshell' 'Java I/O' -- subject(s): Java (Computer program language)


Difference between asp net and java?

ASP.Net and Java do not have any real comparison. Java is a computer language, where as ASP.Net is a web technology for generating web content. You could use any CLR (Common Language Runtime) targeted language to create an ASP.Net website, such as VB.Net, C#, or IronPython.


How do you create a e-passport website using java swing?

You really don't want to do that. Swing is for desktop applications. If you want to create a website, use Java Server Faces or Applets, not Swing.