Blogspot - 2k8618.blogspot.com - ●.. My B.Tech ..● 2K8618.blogspot.com - 2K8CSE
General Information:
Latest News:
Struts Login Form Example Eclipse MySql Apache Tomcat 31 Jul 2013 | 07:16 am
Struts Login Example Struts 1.3 Java Eclipse MySql Apache Tomcat Project Screenshot: Project Explorer: Source code: struts-config.xml <?xml version="1.0"... Read more......
Registration Form - Struts 1.3 Example - Eclipse - MySQL - Apache Tomcat 20 Jul 2013 | 01:38 pm
Simple Struts Example: Registration Form Struts 1.3 - Java - MySQL- Eclipse - Apache Tomcat Project Screenshots: Project Explorer: Source... Read more......
JSP PreparedStatement Example - Login -Java - Eclipse - Apache Tomcat 6 Jul 2013 | 11:10 am
Java Login Example JSP - PreparedStatement - MySQL- Eclipse - Apache Tomcat Notes: PreparedStatement can be used to prevent sql injection. Project: Project... Read more......
Log User Activities - Java Log4j - HTML - Apache - Eclipse - Log in Example 22 Jun 2013 | 02:03 pm
Log User Activities Java-Log4j - HTML - Apache - Eclipse Logging example: Jun 22, 2013 1:52:56 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-bio-8009"] Jun 22,... ...
Stored Procedure - Java - MySQL -Login Example - Eclipse 21 May 2013 | 11:35 pm
Log in Example Using Stored Procedure Java - MySQL - Eclipse Project Explorer: Database Table: sec_login mysql> desc... Read more......
Stored Procedure - Java - MySQL -Login Example - Eclipse 21 May 2013 | 11:35 pm
Log in Example Using Stored Procedure Java - MySQL - Eclipse Project Explorer: Database Table: sec_login mysql> desc... Read more......
Stored Procedure MySQL Example 19 May 2013 | 01:57 am
MySQl Stored Procedure Example Table: mysql> desc employees; +--------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra... Read more......
Stored Procedure MySQL Example 19 May 2013 | 01:57 am
MySQl Stored Procedure Example Table: mysql> desc employees; +--------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra... Read more......
Reverse of a String and Number of Vowels - Java Program - Scanner 16 May 2013 | 11:35 pm
Reverse of a String and Number of Vowels Scanner -Java Program Program: Reverse.java import java.util.Scanner; class Reverse { public static void main(String args[]) { String... Read more......
Form Validation Using InnerHTML - HTML JAVASCRIPT 22 Apr 2013 | 11:38 pm
FORM VALIDATION USING INNERHTML var namepattern=/^[a-zA-Z]+$/ var phonepattern = /^\d{10}$/ var emailpattern... Read more......