REFERJAVA.COM
JAVA BLOG
Sunday, February 4, 2007
What method must be implemented by all threads?
All tasks must implement the run() method, whether they are a subclass ofThread or implement the Runnable interface.
SOURCE :
www.referjava.com
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2007
(670)
►
April
(27)
►
Apr 17
(27)
►
March
(31)
►
Mar 16
(7)
►
Mar 15
(1)
►
Mar 10
(7)
►
Mar 05
(8)
►
Mar 01
(8)
▼
February
(385)
►
Feb 27
(9)
►
Feb 26
(12)
►
Feb 25
(12)
►
Feb 22
(15)
►
Feb 21
(15)
►
Feb 18
(1)
►
Feb 17
(11)
►
Feb 15
(10)
►
Feb 13
(18)
►
Feb 11
(19)
►
Feb 10
(27)
►
Feb 09
(50)
►
Feb 07
(32)
►
Feb 06
(31)
►
Feb 05
(18)
▼
Feb 04
(32)
What is an EJB Context?
How can I call one EJB from inside of another EJB?
What is the difference between Message Driven Bean...
What happens if remove( ) is never invoked on a se...
What are the special design care that must be take...
Brief description about local interfaces?
What is EJB QL?
What is the advantage of using Entity bean for dat...
Can you control when passivation occurs?
Can the primary key in the entity bean be a Java p...
The EJB container implements the EJBHome and EJBOb...
Is it possible to share an HttpSession between a J...
How EJB Invocation happens?
What are transaction isolation levels in EJB?
What are transaction attributes?
What is bean managed transaction?
Can Entity Beans have no create() methods?
What is software architecture of EJB?
What are the callback methods in Entity beans?
What is the difference between Container-Managed P...
What is the differnce between Thread and Process?
What method must be implemented by all threads?
What is the difference between a Window and a Frame?
What is the difference between the paint() and rep...
What is the ServletConfig() and why are using Serv...
What is Server-Side Includes (SSI)?
What are the advantage of using Sessions over Cook...
Why we are used setMaxAge() and getMaxAge() in Coo...
What are the methods in HttpSession and use of tho...
What are the different servers available for devel...
Is it possible to communicate from an applet to se...
Why should we go for interservlet communication?
►
Feb 03
(26)
►
Feb 02
(35)
►
Feb 01
(12)
►
January
(227)
►
Jan 31
(23)
►
Jan 30
(21)
►
Jan 29
(21)
►
Jan 28
(27)
►
Jan 27
(23)
►
Jan 26
(21)
►
Jan 25
(23)
►
Jan 24
(36)
►
Jan 23
(32)
No comments:
Post a Comment