User Profile
Collapse
-
-
-
Urgent need help in Hibernate Configuration file
I am getting this error.....
Exception in thread "main" java.lang.NoCla ssDefFoundError : org/apache/commons/logging/LogFactory
at org.hibernate.c fg.Configuratio n.<clinit>(Conf iguration.java: 120)
at com.author.hbn. HibernateUtil.< clinit>(Hiberna teUtil.java:12)
at com.author.app. Abhi.main(Abhi. java:13)
Configuration file looks like this
<?xml version='1.0' encoding='utf-8'?>... -
Multiple threads
How to Handle Comman (Static resources) in case of multiple threads -
Void Wrapper class
What is the use of Void Wrapper class in java... when we have void return type.....and there no.....much methods and fields in that? when it use in real time? -
HELP PLZ URGENT Insert data in mysql database through java
im getting exception message is null ... whwni print the stack trace its says something like this.......[Ljava.lang.Stac kTraceElement;@ 199939
code is.......
[CODE=Java] ResultSet rs;int i=-1;
PreparedStateme nt ps;
Class.forName(" com.mysql.jdbc. Driver");
Connection con= DriverManager.g etConnection("j dbc:mysql://localhost:3306/abhi","root","r oot");...
No activity results to display
Show More