The Artima Developer Community
Sponsored Link

Java Buzz Forum
10 points about Thread and java.lang.Thread in Java

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Javin Paul

Posts: 1090
Nickname: javinpaul
Registered: Jan, 2012

Javin Paul is Java Programmer working on Finance domain.
10 points about Thread and java.lang.Thread in Java Posted: Jan 7, 2014 5:59 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Javin Paul.
Original Post: 10 points about Thread and java.lang.Thread in Java
Feed Title: Java67
Feed URL: http://www.java67.com/feeds/posts/default?alt=rss
Feed Description: Java and technology tutorials, tips, questions for all programmers.
Latest Java Buzz Posts
Latest Java Buzz Posts by Javin Paul
Latest Posts From Java67

Advertisement
Thread in Java is one of those topic which always confuse beginners but given its important and strength it provides to Java language, its very important for every Java developer to learn and understand fundamental concept of multi-threading and basic points about Thread in Java. I had started thread programming in Java by animating couple of  words in Applets, that was an amazing experience to code animation, but after spending almost 10 years on developing core Java application and I am still discovering things on threading and concurrency. My first program which involves Thread had three words dropping from each corner of screen and I was excited to see that animation driven by Java thread. Main point is, no matter which domain you are working multi-threading will always be there. It's also an important part of any Java interview, you can see types of questions asked in my post top 10 Java thread, concurrency and multi-threading questions. In this article I am listing down some important points related to Thread in Java, particularly about java.lang.Thread class to revise things for all of  those Java programmers, who know Threading but a good exploring point for someone who has started picking pace in multi-threading.
Read more »

Read: 10 points about Thread and java.lang.Thread in Java

Topic: Java instanceof Example – How to use instanceof Previous Topic   Next Topic Topic: java.util.concurrentmodificationexception – How to handle Concurrent Modification Exception

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use