Skip to content
code2java.com
  • HOME
  • ABOUT
code2java.com
  • Java | Java Examples | Servlets

    Servlet container

    ByNikhil Naoghare May 14, 2011October 4, 2015

    Hello Friends, This is the tutorial regarding  java servlet container. This include all the information about how the Servlet Container works in the web server, how it gets the requests and response and how it handles the same and provides the output to be displayed.

    Read More Servlet containerContinue

  • Java | Servlets

    Introduction to Java Servlets.

    ByNikhil Naoghare May 14, 2011October 4, 2015

    Hello Friends, This is my first tutorial on the Java Servlets. This will be helpful for all the newbie who wants to learn the advance java programming. This is the first and basic step to enter the java enterprise environment. In this tutorial we will be focusing on what actually are servlets, what are its…

    Read More Introduction to Java Servlets.Continue

  • Apache | HTTP

    Check Apache Server after Installation.

    ByNikhil Naoghare April 30, 2011October 4, 2015

    Hello Friends, In my previous article, we have seen how to install the Apache Server. Now, after installation we can confirm that whether the installation was a successful one or not, because many times even after successful installation the server doesnot starts or it doesn’t work. So lets check the it before using it with…

    Read More Check Apache Server after Installation.Continue

  • Apache | HTTP | Other Tips

    HTTP Apache Error: make_sock: could not bind to address 0.0.0.0:80

    ByNikhil Naoghare April 27, 2011October 4, 2015

    Hello Friends, This is one of my tutorials regarding the HTTP Apache server. Most of you may have faced the problem such as make_sock : could not bind to address 0.0.0.0:80 while installing HTTP Apache Server.

    Read More HTTP Apache Error: make_sock: could not bind to address 0.0.0.0:80Continue

  • Java | MySQL

    MySQL Primary and Foreign keys.

    ByNikhil Naoghare April 25, 2011February 7, 2016

    Hello Friends, This is one of my tutorials regarding the MySql primary and foreign keys. In this tutor I will be focusing on one of the main aspect of any database i.e. keys. Database keys are mostly used while accessing the database itself of its tables from any other source like web-application or simple code….

    Read More MySQL Primary and Foreign keys.Continue

  • Java Examples | Jira

    Adding Custom Tabs in Jira.

    ByNikhil Naoghare March 16, 2011

    Hello Friends, This is one of my tutorials regarding the enhancement in the Jira application. There are limited number to tabs in the Jira Application, but what if we need to add or change the tabs in the application. Its really very simpl, we need to add a short snippet in the existing code of…

    Read More Adding Custom Tabs in Jira.Continue

  • Confluence

    Sql Query to find Confluence Space Admins.

    ByNikhil Naoghare January 21, 2011February 7, 2016

    Hello Friends, This is one of the tutorials regarding the Confluence usage. Following is the query to find the admins of the confluence spaces on Confluence. firstly we find the space admins from admin groups:

    Read More Sql Query to find Confluence Space Admins.Continue

  • HTML | Other Tips

    Simple validation in javascript.

    ByNikhil Naoghare January 21, 2011February 8, 2018

    Hello Friends, This is one of the simple code example for validation in javascript. By using the following code, we can make certain input field as a mandatory i.e. one cannot proceed until and unless there is certain value in the required field. In this example we use the simple login screen where we are…

    Read More Simple validation in javascript.Continue

  • Java | Java Examples

    Iterating Collections and Arrays

    ByNikhil Naoghare January 19, 2011February 7, 2016

    Hello Friends, This is one of tutorials regarding the iterating Collections and Arrays. There are two ways of iterating the elements in the Collections or Arrays. One of the method is using the Iterator and another is using the advanced for loop or foreach statement.  Iterator are used instead of Enumeration in Java and are used to…

    Read More Iterating Collections and ArraysContinue

  • Java Examples

    Java Collections : Set Example

    ByNikhil Naoghare January 18, 2011October 4, 2015

    Hello Friends, This is the Example for all the methods used in the java collections SET inteface, each method is implemented in the below example.

    Read More Java Collections : Set ExampleContinue

  • Java

    Collections in Java Part II : Sets

    ByNikhil Naoghare January 6, 2011October 4, 2015

    Hello Friends, This is part II for the collections tutorial, earlier we discussed the basics of collection framework. In this part,we will look at the one of the child interface, the SET interface. A Set is the collection that contains no duplicate elements. Any class implementing the Set interface is not permitted to have duplicate…

    Read More Collections in Java Part II : SetsContinue

  • Java

    Collections in Java Part I : Introduction.

    ByNikhil Naoghare January 5, 2011October 4, 2015

    Hello Friends, This is one of my tutorials regarding one of the best feature in java i.e. Collections Framework. First of all, we need to understand the basic characteristics regarding this. Why Collections? In the versions prior to 1.2 the standard methods for grouping Java objects were via the Array, the Vector, and the HashTable…

    Read More Collections in Java Part I : Introduction.Continue

Page navigation

Previous PagePrevious 1 … 3 4 5 6 7 8 Next PageNext

© 2026 Code2Java | LinkedIn

Scroll to top
  • HOME
  • ABOUT