Sponsered Links
Categories
Sponsered Links
About Us

I had the idea for this web site around June 2009 after Completing Master of Computer Application and finding there was a shortage of material freely available on the web. I considered attempting to create some fancy piece of Java software to impress potential employer. I couldn't think of an appropriately impressive yet easy to build piece of software and decided on this web site instead. The benefit of making a website is that a little amount of incomplete helpful information is immediately useful whereas an incomplete program is not so useful. Some other benefit is that I have learnt a lot about creating, hosting and running a web site.

Who actually writes and designs all of this material?
All the contents which you read on this web site, is created by me and my friends. However I have got lots of emails related to this web site and many of them have done wide corrections so it has been improved extensively by outside contributions.

How can you help us?
You can simply shot my ego by telling me how wonderful the site is and what an awesome job I have done. On a more constructive level I always appreciate corrections both technical and grammatical. If you find some good Java tutorial stuff or have pages of your own, let me know and I will probably link to them.

Latest Featured JAVA JSP Servlet Tutorials

Core Java Interview Questions & Answers

Posted On : 2011-02-07 Category : Interview Questions

 What is the most important feature of Java?
Java is a platform independent language.

What do you mean by platform independence?

Platf

C Interview Questions & Answers

Posted On : 2011-02-07 Category : Interview Questions

 Differentiate between Structure and Union?
The Main difference is Structure is Allocate the memory in as per the Data type. But Union is Allocate the Memor

XML Interview Questions & Answers

Posted On : 2011-02-07 Category : Interview Questions

 How to create XML file?
we can create by the plain text editor like notepad or by .net model using so many in built methods like XmlTextWriter etc.

<

Swing Interview Questions & Answers

Posted On : 2011-02-07 Category : Interview Questions

 Define AWT?
AWT stands for Abstract Window Toolkit. AWT enables programmers to develop Java applications with GUI components, such as windows, and buttons.

Struts Interview Questions & Answers

Posted On : 2011-02-07 Category : Interview Questions

What are Disadvantages of struts?

Struts have disadvantages on performance of the application. particularly when the using advanced tag like neste

MySQL Interview Questions & Answers

Posted On : 2011-02-07 Category : Interview Questions

 What is Primary Key?
A primary key is a single column or multiple columns is defined to have unique values that can be used as a row identifications.

JSP Interview Questions & Answers

Posted On : 2011-02-07 Category : Interview Questions

 What is JSP and why it used in java?
JSP is a framework which is the part of MVC model, it stand for view which show on the front end of the application, it

JDBC Interview Questions & Answers

Posted On : 2011-02-07 Category : Interview Questions

 How can you establish connection?
To establish a connection you need to have the appropriate driver connect to the DBMS. The following line of code we use:

J2ME Interview Questions & Answers

Posted On : 2011-02-07 Category : Interview Questions

 Define J2ME ?
Java 2 Micro Edition(J2ME) is a group of specifications and technologies that pertain to Java on small devices. T devices, from the pagers and

J2EE Interview Questions & Answers

Posted On : 2011-02-07 Category : Interview Questions

What is J2EE?

J2EE is a Java 2 Enterprise Edition. J2EE is an environment for developing and deploying enterprise applications. J2EE specification is defined by Su
Sponsered Links
Latest Updates
 
All Content of this site is for learning only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While using this site, you agree to have read and accepted our terms of use and privacy policy.
Copyright © 2009 JSPSERVLETTUTORIAL.INFO All Right Reserved