User Profile

Collapse

Profile Sidebar

Collapse
ashi1290
ashi1290
Last Activity: Jun 9 '08, 08:13 AM
Joined: Feb 18 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ashi1290
    started a topic Simple Aquestion
    in Java

    Simple Aquestion

    why swing is called light weight container
    See more | Go to post

  • ashi1290
    started a topic How to convert List to Set
    in Java

    How to convert List to Set

    How can we convert List to Set
    See more | Go to post

  • ashi1290
    started a topic Urgent need help in Hibernate Configuration file
    in Java

    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'?>...
    See more | Go to post

  • ashi1290
    started a topic Multiple threads
    in Java

    Multiple threads

    How to Handle Comman (Static resources) in case of multiple threads
    See more | Go to post

  • ashi1290
    started a topic Void Wrapper class
    in Java

    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?
    See more | Go to post

  • 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");...
    See more | Go to post
    Last edited by BigDaddyLH; Feb 20 '08, 04:59 PM. Reason: added code tags
No activity results to display
Show More
Working...