Java for the Web with Servlets, JSP and EJB PDF

Download “Java for the Web with Servlets, JSP and EJB PDF” free without any login or signup. This book is best for freshers. It explains all the concepts of Servlets, JSP and EJB from scratch. About the Book: “Java for the Web with Servlets, JSP and EJB PDF : A Developer’s Guide to J2EE Solutions” By Budi Kurniawan is the one book you need to master Java web programming.It covers all the technologies needed to program web applications in Java using Servlets 2.3, JSP 1.2, EJB 2.0 […]

Continue reading


Use Google Re-CAPTCHA in Asp.net with it’s validation

In this article we teaches you the step by step process that how we can add the ReCAPTCHA provided by Google in Asp.net along with it’s Validation. As malware protection is very much needed in our webpages , So recaptcha is very much useful for this. A CAPTCHA is a program that protects websites against bots by generating and grading tests that humans can pass but current computer programs cannot. Description :- The concept is simple as mentioned below.  Step 1 : […]

Continue reading


Different Programming Languages One should learn !

Different Programming Languages one Should Learn….. 1. C “C” is the procedure oriented language developed by Sir Dennis Ritchie in 1970’s at Bell Laboratories. C is one of the widely used language. This language helped to develop to create many other high profile languages and Operating systems. We can say “C” is the milestone in the Programming History Some General Features of C Language:- Contains Rich set of Data types and Functions. C programs are portable, They can be run […]

Continue reading


Java Keywords, Datatypes, Variables and Literals ?

Java Keywords:- Java reserved words are keywords that are reserved by Java for particular uses and cannot be used as identifiers (e.g., variable names, function names, class names, object name). Some keywords (reserved words) in java: Abstract, assert, boolean, break, byte, case, catch, char, class, const, continue, default, do, double, else, enum, extends, false, final, finally, float, for, goto, if, implements, import, instanceof, int, interface, long, native, new, null, package, private,protected, public, return, short, static, strictfp, super, switch, synchronized, this, […]

Continue reading


What is Java ?

What is Java?, Where we can use?, Why Java?, How Java? [ANS]  A high-level programming language developed by Sun Microsystems. Java was originally called OAK, and was designed for handheld devices and set-top boxes. Oak was unsuccessful so in 1995 Sun changed the name to Java and modified the language to take advantage of the burgeoning World Wide Web. Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors. Java source […]

Continue reading