1
Latest Answer : By default java has only one thread ie main but we can create any child thread from that main thread. ...
Hiif user disabled the java script option availabe in web browser how do i enable it through program(except )
When we write JavaScript Code in the JSP Page from where the Java Script code will be executed by the Container
one from DATASoURCE second from DriverManager.getConnectionprogram using a DataSource and a PooledConnection is: import javax.naming.*;import javax.sql.*;...Context context = new InitialContext(); DataSource
Latest Answer : import java.sql.*;public class JDBC { connection con = DriverManager.getConnection("jdbc:odbc:url","scott","tiger"); } ...
Hai to all, i have got a problem related to Threads in java. In our application we are using some 40 threads (ie they are used to send the request and fetch the values of the parameters of a particular device )The problem is that some of the threads are going into unknown state (we can say threads are getting hanged) but all the threads has to be run continuously with timers.Our application is using solaris9.0.Is there chance of the OS causing the problem of thread hanging?kindly mail ur comments
I have created one MVC architecture.But i am getting the error asHTTP Status 500 - --------------------------------------------------------------------------------type Exception reportmessage description
I have a program for send a mail using java.i have successfully compile the program in my local system. In runtime i need SMTP server name.if i send a mail means SMTP server need for my local system.otherwise how to check my SMTP server name.Help me please!
How do i create a data entry grid in which the first column has a combo box, the second column has a text box using jsp. this grid will be adding new rows when i press f7 key button and delete the selected row when i press f6 button.
Latest Answer : For developing larger applications, we have to use IDE's like Eclipse, JBuilder etc. We have various advantages by using Eclipse. (1) It will generate some code automatically. (2) It will generate some folders ...