Web Development Tool kits(JAVA,HTML,CSS,Java Script)
Popular Posts
Mouse over effect in table through JS in HTML
<html> <head> <Title>Table Assignment</Title> <style type="text/css"> ...
Change row Color on mouse click or mouse over through JS
<html> <head> <Title>Table Assignment</Title> <style type="text/css"> ...
OOPs programme
class Gcd { public static void main(String args[]) { int n1=(int)(Math.random()*100); int n2=(int)(Math.random()*100); Syst...
Find Resultset Size in JAVA
rs.lastindex(); int totalRow=rs.getRow(); System.out.println("Number of rows in resultset is "+totalRow);
X to the Power Y
class Power { public static void main(String args[]) { int n1,n2,i,power=1; n1=(int)(Math.random()*10); ...
Wednesday, December 7, 2011
Find Resultset Size in JAVA
rs.lastindex();
int totalRow=rs.getRow();
System.out.println("Number of rows in resultset is "+totalRow);
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)