Presently is swings and applets are important in java ?

Asked by Last Modified  

21 Answers

Learn Java

Follow 0
Answer

Please enter your answer

Software Programming Trainer

When compared to swing, nowadays SWT is getting popular, where you can built a application like eclipse.
Comments

Teaching Programming & Coding Since 2004.

If you want to be a desktop application developer, then swing and applet is important.
Comments

Yes for standalone application development
Comments

Take a demo class and you will know

Swing is still there but Applets are no more important.
Comments

Trainer

Applets provides an easy way to embed small Java programs in a web page can be used in many contexts. Oracle Java has been providing many updates which focuses on improving the usage of Applets. We can expect some further fixes by Oracle in terms of Applet security, signing, resources, reliability etc....
read more
Applets provides an easy way to embed small Java programs in a web page can be used in many contexts. Oracle Java has been providing many updates which focuses on improving the usage of Applets. We can expect some further fixes by Oracle in terms of Applet security, signing, resources, reliability etc. It is not yet considered depreciated by Oracle; Swing are preferred over AWT because OS-independency and light weightedness. Yes they are important for learning purposes as they not only teaches you concepts but also multiple design patterns. But if you interested in developing some good applications, multiple options are available at the moment. But it cant be said that Swings has lost the meaning and with advent of using swing at web pages it cant be obsolete for sure. read less
Comments

Become a Software developer,Website Developer ,system Administrator,Accountant

yes
Comments

Yes they are important.
Comments

Excel VBA Expert

Yes definitely
Comments

Computer science magic

Yes
Comments

Corporate trainer with 11 years of experience, Founder of Study9

YEA BOTH ARE IMPORTENT. But swing is more sophisticated as IT is light weight Component. Applet is heavy weight Component.Swing have look and feel according to user view u can change look and feel. Applet Does not provide this facility Swing uses for stand lone Applications ,Swing have main method to...
read more
YEA BOTH ARE IMPORTENT. But swing is more sophisticated as IT is light weight Component. Applet is heavy weight Component.Swing have look and feel according to user view u can change look and feel. Applet Does not provide this facility Swing uses for stand lone Applications ,Swing have main method to execute the program. Applet need HTML code for Run the Applet Swing uses MVC Model view Controller. Applet not Swing have its own Layout ..like most popular Box Layout Applet uses Awt Layouts Main draw back of AWT components over Swing is, each AWT component has its own look and feel in every operating system. So, to get same look and feel across multiple operating systems, go for Swing components. read less
Comments

View 19 more Answers

Related Questions

Sir tell me some tips to code in java?
If you know C / C++ already, just try how will you able to achieve same examples in java. I prefer try to understand the fundamental of java and create small programs, then make the connectivity among them. Slowly build an application.
Nitinkumar
What are the technologies to learn for a Java backend developer?
One of the most critical skills of a backend developer is a depth of knowledge in backend programming languages. This includes proficiency in PHP, Java, Python, Perl, Ruby, and Node JS.
Ankita
0 0
5
How many years of experience should a good Java trainer need?
Minimum 4 years, actually it depends how much exposure you got and how you worked in project(s)
Nayan
0 0
5
Where advanced java can be utilized?
Advanced Java is an extension of Java used for developing and running enterprise software and large-scale multi-tiered, scalable, reliable and secure network applications.
Nish
What is the difference between abstraction and encapsulation?
Encapsulation is wrapping, just hiding properties and methods. Encapsulation is used for hide the code and data in a single unit to protect the data from the outside the world. Class is the best example...
Neval

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Class and Objects in Java
Class is a template or a blueprint which is used to describe an object. On other hand Object is a reference of a class which follows all the stuff written inside the class. How about taking the whole tour in the following video

Android : Support multiple themes in an android application
If you are developing a theme based application to enhance user experience, then following steps needs to follow.We are taking example of an android application having 2 themes white and black.Step 1:Define...

1.2. Find the largest element in an array.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; int max = arr; for (int i = 1; i < arr.length; i++) { if (arr > max) { max = arr; } } System.out.println("Largest Element: " + max); }}


JAVA - Object Cloning
JAVA - Object Cloning Is the way of creating the same copy of object without calling the class constructor. It means we can make any class object multiple times without calling its default constructor....

Recommended Articles

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you