Java Tutorials

61. String Array in Java

By: Dorris : 2010-12-27

Description: This tutorial demonstrates using string array in Java. Here, you will see how to declare a string array and the syntax for using in the program.


62. Download JDK

By: Dorris : 2010-12-27

Description: JDK is a software development program provided by sun Microsystems. Java Development Kit or JDK comes in various version and can be downloaded free from the sun Microsystems. JVM compiler, debugger and other tools are used with JDK for developing java based application & java applets. So make sure that your JVM compiler & JDK versions are same. 


63. Read a file line by line in Java - Sample Program

By: Dorris : 2010-12-27

Description: This sample Java program demonstrates how to read a file in Java Line by Line. For this the following two classes DataInputStream and BufferedReader are used. This program can be used to read any text file line by line and process the contents of the file within a Java Program.


64. Write to a file in Java - Sample Program

By: Dorris : 2010-12-27

Description: This sample Java program demonstrates how to write to a file in Java. For this, the following two classes FileWriter and BufferedWriter are used. This program can be used to write to any text file using a Java Program.


65. LinkedList in Java

By: Dorris : 2010-12-26

Description: This class extends AbstractSequentialList and implements List, Cloneable, Serializable. It permits all elements including null. LinkedList class provides methods get, insert and remove an element at the beginning and end of the list.


66. Steps in using verisign certificate with Glassfish appserver

By: jagadesh : 2010-09-02

Description: Tried to give you some level of information before I take more time in creating a doc and later I will have wiki page with screenshots.


67. emulator 0 terminated while waiting for it to register!

By: JavaNeo : 2010-08-02

Description: On Windows 7 I was trying to run the FX SpringAnimation Sample app using "run in the mobile emulator" option. I kept getting the " emulator 0 terminated while waiting for it to register!" message. So, I went over to my wife's Vista PC and was able to run the demo, but noticed that her McAffee popped up and asked for permission first.


68. Cannot run program "C:\Program Files\Java\jre6\bin\javac.exe": CreateProcess error=2, The system cannot find the file specified

By: Emiley J : 2010-08-02

Description: If you are getting, JavaFX Application build error such as cannot find javac, while compiling your JavaFx projects, then you will need to add these path variables.


69. Speech Packages available for Java API

By: Emiley J : 2010-07-31

Description: These are some of the Speech Packages available for Java API


70. Tutorial on setting up freetts with maven

By: neztec : 2010-07-31

Description: I had similar problems setting everything up with all those path issues - especially since I was doing it through maven.