Skip to content
code2java.com
  • HOME
  • ABOUT
code2java.com
  • 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

  • Other Tips | Windows

    Error 107 (net::ERR_SSL_PROTOCOL_ERROR)

    ByNikhil Naoghare December 27, 2010October 4, 2015

    Hello Friends, This is one of the tutorials regarding the error occurred while navigating through the browser accessing the web pages. Most of you use various browsers for browsing for example Firefox,IE or may be a Chrome browser. Sometimes while accessing some webpages you may come accross some Error saying “security protocol not compatible with the…

    Read More Error 107 (net::ERR_SSL_PROTOCOL_ERROR)Continue

  • Other Tips | Wordpress

    Customized logo for wordpress blog

    ByNikhil Naoghare December 27, 2010February 7, 2016

    Hello Friends, This is one of my blog regarding Customized logo for wordpress blog. Most of us using WP for blogging purpose has to use some of the default screens for our blogs. One of this is using the login screen where the logo appearing is of wordpress.org.

    Read More Customized logo for wordpress blogContinue

  • Other Tips | Wordpress

    Adding themes externally to WordPress via Cpanel.

    ByNikhil Naoghare December 26, 2010

    Hello Friends, Here is one of the tutorials regarding wordpress themes. Most of us WP bloggers may see number of themes over here and there on web and want to use the same for our blogs too. So here is one of the way to use the theme for our own blog using the file…

    Read More Adding themes externally to WordPress via Cpanel.Continue

  • Other Tips | Wordpress

    Add your own Logo in WordPress Blog

    ByNikhil Naoghare December 25, 2010February 7, 2016

    Hello Friends, This post explains how to add your own logo in wordpress blog. WP is one of the popular thing among the bloggers. However, when we use WP for blogging it comes with some default settings and configurations, among them one of is to set the name or header. By default the header contains…

    Read More Add your own Logo in WordPress BlogContinue

  • Jira

    SQL Query to find JiRA Project Admins from Database

    ByNikhil Naoghare October 21, 2010

    Hello Friend, This is one of my tutorial regarding Jira. Following is regarding the use of SQL query in the Database to find the user admins of the particular project in Jira. It is a simple sql query that includes common clauses that a normal query use. The SQL Query is shown below~

    Read More SQL Query to find JiRA Project Admins from DatabaseContinue

  • Java Examples

    Java Date Format.

    ByNikhil Naoghare October 18, 2010October 4, 2015

    Hello Friends, This is one of my tutorials regarding java Date format / object in Java. Many of us find it difficult to store the current date from the java application in database. Lets consider MySql as a database in this case. Now when we create a row in the database table that stores date…

    Read More Java Date Format.Continue

Page navigation

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

© 2026 Code2Java | LinkedIn

Scroll to top
  • HOME
  • ABOUT