Sunday, 1 March 2009

Easy Learning Array, Applet, String Program (Basic)

The ability and inability to learn anything is solely dependent on the system by which you carry out the studies. A lot of people have said that learning of Java Program is more demanding in programming than other languages. But it's wrong. There are some basic areas of Java Programming that can give you a quick start. Areas like: (i) Array Program (ii) Applet Program (iii) String Program (iv) API Program (v) TCP Program (vi) List Program etc. We have to look into these Programming concepts one after the other.

(i) Array Program: Array is a programming interface that has to do with a serial sequence of execution of tasks. For example in adding the numbers in a list one variable can be used to hold the current entered number which will then be added to the accumulated sum and then overwritten by the next number entered. If that value was required again later in the program there would be no way of accessing it because the value has now been overwritten by the later input.

(ii) Applet Program: Applet Program is a deployable Java Program designed to run on web browsers. Applets can be developed as an application but with some few implementation and modifications; application can thus be changed to an applet. Most games and animations on the interenet are basically designed to run as applets.

(iii) String Program: String Program are programs designed to accept only alphabets without any number/numeric. Strings are also data types that can hold values of types character. (iv) API Program: Generally, API Program means Application Programming Interface Program. API Prgram has more to do with Application that has to be User Friendly. It has to be GUI Program but not CLI Program.

Generally you can fetch loads of Java Program training and softwares from http://www.innrech.com/

No comments:

Post a Comment