ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Core Java  >>  Java J2EE  >>  Java Related
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
wahts is mean by thread?
 Question Submitted By :: Ravi
I also faced this Question!!     Rank Answer Posted By  
 
  Re: wahts is mean by thread?
Answer
# 1
thread is the process of executng the program
 
Is This Answer Correct ?    9 Yes 3 No
Ravi
 
  Re: wahts is mean by thread?
Answer
# 2
1.thread is an independent path of execution within ur java 
program.that means thread can share the same memory space.
2. the sequence of code executed for each task defines a 
separate path of execution is called thread.
 
Is This Answer Correct ?    8 Yes 4 No
Kranti Rajan Singh
 
 
 
  Re: wahts is mean by thread?
Answer
# 3
line by line execution.
 
Is This Answer Correct ?    3 Yes 4 No
Guest
 
  Re: wahts is mean by thread?
Answer
# 4
Thread is sequenctial flow of a control with in a program
 
Is This Answer Correct ?    4 Yes 1 No
Kiran
 
  Re: wahts is mean by thread?
Answer
# 5
thread is programms path of execution
 
Is This Answer Correct ?    4 Yes 1 No
Lakshmi Suresh
 
  Re: wahts is mean by thread?
Answer
# 6
thread is the sub task in a program,thread is usually used 
for purpose of serving the multiple client
 
Is This Answer Correct ?    2 Yes 0 No
Zoheb
 
  Re: wahts is mean by thread?
Answer
# 7
thread is a light weight process.it divide the hole 
programm into small groups.it is based on the kernal
 
Is This Answer Correct ?    4 Yes 0 No
Madhuri Reddy
 
  Re: wahts is mean by thread?
Answer
# 8
thread is a single sequential execution flow of control
 
Is This Answer Correct ?    2 Yes 1 No
Ravikiran
 
  Re: wahts is mean by thread?
Answer
# 9
Thread is a light weight process.
Thread is a single sequential execution flow of control.
Each thread has its own Stack memory.
Different Threads share the same memory(Heap Memory) and it
use some algorithm for implementing time slice like(Round
Robin).were as different Process take different memory space.
 
Is This Answer Correct ?    1 Yes 1 No
Mukthiyar
 
  Re: wahts is mean by thread?
Answer
# 10
A thread is a single sequence stream within in a process
 
Is This Answer Correct ?    2 Yes 0 No
Venkat Reddy
 
  Re: wahts is mean by thread?
Answer
# 11
1-Thread is a process of execution path of a programme.
2-Java supports single threading,but not supported 
multithreading.
3-Threading causes sequential work in a programme.
 
Is This Answer Correct ?    1 Yes 0 No
Gyana
 
  Re: wahts is mean by thread?
Answer
# 12
Threads are simple piece of programs that will be executed 
by the mail class.
 
Is This Answer Correct ?    0 Yes 0 No
Venkat
 
  Re: wahts is mean by thread?
Answer
# 13
A thread is a single sequential flow of control with in program
 
Is This Answer Correct ?    0 Yes 0 No
Loka Shravan Reddy Hfpg
 
  Re: wahts is mean by thread?
Answer
# 14
line by line execution of our program code.
 
Is This Answer Correct ?    0 Yes 0 No
Saravanan
 

 
 
 
Other Core Java Interview Questions
 
  Question Asked @ Answers
 
How can you reverse a string?  4
Which Java operator is right associative?  1
How many times garbage collector will invoke an object?s finalize() method?  4
Can an object?s finalize() method be invoked while it is reachable?  2
Is it possible to write static method in abstract class? justyfy your answer? Hexaware3
84. try { 85. ResourceConnection con = resourceFactory.getConnection(); 86. Results r = con.query(”GET INFO FROM CUSTOMER”); 87. info = r.getData(); 88. con.close(); 89. } catch (ResourceException re) { 90. errorLog.write(re.getMessage()); 91. } 92. return info; Which is true if a ResourceException is thrown on line 86? 1 Line 92 will not execute. 2 The connection will not be retrieved in line 85. 3 The resource connection will not be closed on line 88. 4 The enclosing method will throw an exception to its caller.  1
A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet  3
what are the jsp tags with example? Photon1
why to use transient variables when static variables can be used for Serialization  3
How to avoid the runtime exception ?  2
Real Time sample code for Encapsulation and Abstraction. where to use abstract and where to use specifies like public private.  1
How OOPS concept is achieved in Java? JPMorgan-Chase4
how u do unit testing? iFlex2
A class can be a subclass of itself? Genesis2
wht is mean by dirty read?  1
What is the immediate parent class of the Applet class?  1
Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1 Huawei3
Write java code to print "Hello how are you" Thread1 should have "Hello" Thread2 should have "how are you" both the threads should start at the same time Huawei2
why is multiple inheritance not allowed in java? Elementus-Technologies5
what is filters and its use? Virtusa2
 
For more Core Java Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com