DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Lec 11 12_sept [compatibility mode]

1. Frame Class Lecture 11 Naveen Kumar 2. A Simple Program import javax.swing.JFrame; import javax.swing.JLabel; class HelloWorldFrame extends JFrame { public static void…

Technology Lec 10 10_sept [compatibility mode]

1. Frame Class Lecture 10 Naveen Kumar 2. A Simple Program import javax.swing.JFrame; import javax.swing.JLabel; HelloWorldFrame extends Jframe { public static void main(String…

Technology Lec 7 28_aug [compatibility mode]

1. Java Data types and Variables Lecture 7 Naveen Kumar 2. Strings  A string is a sequence of characters  Strings are objects of the String class  String constants:…