Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

MY code is: public class P1{
public static void main(String ar[])
{
class.forName("java.lang.String");
}
}
errors i got are :New.java:5: error: <identifier> expected
class.forName("java.lang.String");
^
New.java:5: error: invalid method declaration; return type
required
class.forName("java.lang.String");
^
New.java:5: error: illegal start of type
class.forName("java.lang.String");
^
New.java:7: error: reached end of file while parsing
}
^
4 errors
HELP ME>......

Answer Posted / khasim

I think first error is...
1.Here in class name is Class.So we have to write Class.forName...(C caps)
2.forName() is used to register Driver.we have to specify any one of four drivers

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by batch processing in jdbc?

963


What is the advantage of namedparameterjdbctemplate?

911


When do we get java.sql.SQLException: No suitable driver found?

905


Is jdbc connection secure?

883


What are the steps to connect to a database in java?

883


What is the major difference between java.util.date and java.sql.date data type?

887


What is drivermanager in jdbc?

915


What are the 4 types of jdbc drivers?

931


Is jdbc and orm?

880


What is drivermanager in java?

880


What is jdbc connection interface?

933


How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?

963


What does executeupdate return in jdbc?

921


What is jdbc architecture in java?

881


What are different types of JDBC Drivers?

1042