Posts

Showing posts from April, 2015

Simple java programs

Image
Includes :- String manipulation methods.(StringTokenizer,String buffer)                  Input and output files.(fileInputStream,FileOutputStream)                  keyboard inputs.(Scanner,InputStreamReader) Download all these programs from below link: java_programs Video URL: https://www.dropbox.com/s/cp3q58tuualgq80/Rec004.avi?dl=0 Steps to follow:           1)install jdk 1.8.0_20 or above.           2)open command prompt(cmd) and type javac and press enter.              If it gives an error like this,            you should set the relative path to that folder which you have saved your work.         3)Setting up the path,            type this on your cmd.                ...