difference between sql exception class and sql warning class
Answer Posted / satya
sql exception which provides information on database access
errors where as sql warning provides inforamation on
database access warnings.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
Is the ternary operator written x : y ? Z or x ? Y : z ?
Do we need to override service() method
How to pass parameters in RMI?
Why do I get a duplicate name error when loading a jar file?
What is ioc concept & explain it?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
What restrictions are placed on the location of a package statement within a source code file?
What do you need to set-up a cluster with jboss?
What is a modular application?
What is Remote Server?
How to determine SGA site?
What must a class do to implement an interface?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
how do you Handle Front End Application data against DB with example?