shell613forlife.blogspot.com
ICT... for Life: Arrays in Java Programming
http://shell613forlife.blogspot.com/2008/10/arrays-in-java-programming.html
Thursday, October 2, 2008. Arrays in Java Programming. Is the most important thing in any programming language. By definition, array. Is the static memory allocation. It allocates the memory for the same data type in sequence. It contains multiple values of same types. It also store the values in memory at the fixed size. Multiple types of arrays are used in any programming language such as: one - dimensional. Or can say multi - dimensional. Each item in an array is called an element. Int age;. Float g...
shell613forlife.blogspot.com
ICT... for Life: Y4IT participants of STI College Lucena
http://shell613forlife.blogspot.com/2008/09/y4it-participants-of-sti-college-lucena.html
Wednesday, September 24, 2008. Y4IT participants of STI College Lucena. Attendees of Y4IT 2008. The students of STI College Lucena attended the Y4IT 2008 at UP Diliman last Sept 2 and 3, 2008. The students are from different courses and year levels, the 4th year of CS and IT students, 2nd year of DCET and 4th year of Computer Engineering. Everyones waiting for dinner "the eat all u can" buffet. The hotel where the students check-in. BSCS batch 2009 attendees of STI College Lucena. say cheez. Nice, , medy...
shell613forlife.blogspot.com
ICT... for Life: October 2008
http://shell613forlife.blogspot.com/2008_10_01_archive.html
Thursday, October 9, 2008. Exercise Problems in Java Programming. Write a program that will accept 20 integer numbers in an array. Determine and display all the even numbers. Display also the first and the last element of the array. Class name is ArrayDIT111xxx. Write a program that can accept five integers in an array. Display the integers from first to last, and then display the integers from last to first. Class name is ArrayDIT112xxx. Create an applet with a Button and TextField. Input your name ...
shell613forlife.blogspot.com
ICT... for Life: September 2008
http://shell613forlife.blogspot.com/2008_09_01_archive.html
Wednesday, September 24, 2008. Y4IT participants of STI College Lucena. Attendees of Y4IT 2008. The students of STI College Lucena attended the Y4IT 2008 at UP Diliman last Sept 2 and 3, 2008. The students are from different courses and year levels, the 4th year of CS and IT students, 2nd year of DCET and 4th year of Computer Engineering. Everyones waiting for dinner "the eat all u can" buffet. The hotel where the students check-in. BSCS batch 2009 attendees of STI College Lucena. say cheez.
shell613forlife.blogspot.com
ICT... for Life: Java Applets
http://shell613forlife.blogspot.com/2008/10/java-applets.html
Saturday, October 4, 2008. In general, an applet. Is a small program or utility with limited features, requiring minimal resources, and usually designed to run within a larger program. Is such a program written in the Java programming. Language and typically designed to run from a web browser. Creating a Java Applet. 1 Write the applet in Java, and save it with a .java file extension, just as when you write a Java application. 3 The tag that ends every HTML document is . Tag: code, width, and height.