Skip to content
code2java.com
  • HOME
  • ABOUT
code2java.com
  • Windows

    Windows Speech Recognition (WSR) Commands (Part-I).

    ByNikhil Naoghare August 23, 2010March 30, 2026

    This is the important tutorial regarding one of the best features of Windows i.e. Speech Recognition. As you may know windows supports the speech recognition, following are some of the commands used for WSR. This is the first part of the commands dealing with the general use. Some of the General commands: 1)“Start listening” ->Tells…

    Read More Windows Speech Recognition (WSR) Commands (Part-I).Continue

  • Jira

    Bulk changing of Jira issues

    ByNikhil Naoghare August 12, 2010

    Hello Friends, This is another tutorial for Jira followers. All those who deals with jira, may have come across the situation where you have to perform the changes on number of issues. It is fine when you have to perform different changes on each issue. But in case you have say 300 issues and you just…

    Read More Bulk changing of Jira issuesContinue

  • Apache

    Maven Installation.

    ByNikhil Naoghare August 12, 2010

    Hello Friends, This is one of my tutorial for installation of Maven on windows. Maven is a software project management tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information. Maven is an open source community and is a…

    Read More Maven Installation.Continue

  • MySQL

    Import/Export sql Dump into Mysql.

    ByNikhil Naoghare August 11, 2010

    Hello Friends, This is one of my tutorial related to MySQL database. While using MySql database you may have come across this issue to import your data from one place to another. But how to do that when the data we have is smaller in size but what when the data is heavy. In such…

    Read More Import/Export sql Dump into Mysql.Continue

  • Java

    Collections In Java.

    ByNikhil Naoghare August 7, 2010October 4, 2015

    Hello friends, Welcome to another tutorial for java followers. You all may have heard about Collections, it is one of the amazing feature in java. Collections are the object for the group of elements, these elements are nothing but the different data structures like as Array Lists, Linked Lists, Vectors, Hash tables,Hash List, Trees, Hash…

    Read More Collections In Java.Continue

  • MySQL

    MySql Command Prompt-Tips and Tricks.

    ByNikhil Naoghare August 4, 2010

    Hello Friends, This is another tutorial for some of the basic points to remember for using MySQL Database. MySQL is a client-server Database management system, and so to use MySQL we need a client, an application that we will use to interact with MySQL is its command prompt.(giving it commands to be executed). Every MySQL…

    Read More MySql Command Prompt-Tips and Tricks.Continue

  • Java

    Threads in Java.

    ByNikhil Naoghare August 3, 2010

    Hello Friends, This is the tutorial for the java developers. One of the most significance feature of core java is Threading. Threading deals with the processing of Threads in a single java program. Let us learn what actually are Threads. *What are Threads? Threads are independently running processes that are isolated from each other upto…

    Read More Threads in Java.Continue

  • Jira

    Creating Workflow In JIRA.

    ByNikhil Naoghare July 28, 2010

    Hello Friends, This is another blog related to Jira. All those who have knowledge about Jira, may have heard about the Workflow. Workflow defines the lifecycle of any issue through which transitions and steps through which the issue has to flow. The workflow specifies the following features- * What are the available actions for the…

    Read More Creating Workflow In JIRA.Continue

  • Confluence

    Creating Space In Confluence.

    ByNikhil Naoghare July 27, 2010

    Hello friends, Welcome to my tutorial. This tutorial is for the confluence users. Confluence is a web-based corporate wiki written in Java and mainly used in corporate environments. It is developed and marketed by Atlassian. Confluence is sold as either on-premises software or as a hosted solution. Confluence allows the information from one team or…

    Read More Creating Space In Confluence.Continue

  • HTML

    HTML Hidden Fields.

    ByNikhil Naoghare July 23, 2010

    Hello Friends, I welcome you to my tutorial for hidden field. This control enables a developer to store a non-displayed value in the rendered HTML of the page. The Hidden Field control is used to store a value that needs to be persisted across multiple postbacks to the server. Hidden fields are similar to text fields,…

    Read More HTML Hidden Fields.Continue

  • Jira

    How to create JIRA Project.

    ByNikhil Naoghare July 12, 2010

    Hello Friends, Welcome to my tutorial. This tutorial is for all the Jira user starters. All those who are familiar with jira may know about its resources and why it is used on large scale. In this tutorial I will like to make you understand how to create a jira project in the Jira instance…

    Read More How to create JIRA Project.Continue

  • MySQL

    MySql Installation

    ByNikhil Naoghare July 11, 2010

    Hello Friends,   This is one of my tutorials related to database. You all must be familiar with MySQL, but still for those who have not learned about this, for them I will recall it in short. MySQL is a relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases.The…

    Read More MySql InstallationContinue

Page navigation

Previous PagePrevious 1 … 5 6 7 8 Next PageNext

© 2026 Code2Java | LinkedIn

Scroll to top
  • HOME
  • ABOUT