| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
4 comments so far (post your own) View All Comments Latest 10 Comments:if we are extending Thread class to our class inorder to implement the concept of multithreading then we cannot extend any other class to our class,but if we done that by implementing Runnable Interface then we can extend any other class and can implement any no of Interfaces
Posted by suresh on Saturday, 01.26.08 @ 16:44pm | #46237
improve the knowledge
Posted by dayakar on Saturday, 08.11.07 @ 13:18pm | #23164
Why Ruunable interface is better than extends a thread?
Answer:
------------
If u r implementing Thread by Extending Thread class, u can't extend any other class/interface.
But u can achieve this by implementing Runnable interface.
Posted by Deepika on Tuesday, 01.2.07 @ 15:45pm | #2419
Why Ruunable interface is better than ectends a thread
Posted by sanjeewan on Sunday, 12.24.06 @ 13:14pm | #1543