Showing posts with the label Bsc IT

Excersise: 16 Simple Data Base | Java | Tamizhan Goals

Simple Data Base Excersise: 16      Program import java.io.*; import java.sql.*; public class jdbc { public static void main(String[…

Read more

Excersise: 15 Moving Balls | Java | Tamizhan Goals

Moving Ballls Excersise: 15     Create a Program for Moving Ball (Start and Stop) Program import java.awt.*; import java.awt.…

Read more

Excersise: 14 Simple Web Presentation | Java | Tamizhan Goals

Simple Web Presentation Excersise: 14     Simple Web Presentation using HTML Tag (Use 3 Pages) Program Nwindow.html <html> <head&…

Read more

Excersise:13 Create Login Form | Java | Tamizhan Goals

Login form Excersise: 13     Create a Login form. Program import java.awt.*; import java.awt.event.*; import java.applet.*; /* */ public clas…

Read more

Excersise: 9 Suspend, Resume and Threads | Java | Tamizhan Goals

Threads java Excersise: 9     Suspend, Resume and Stop Threads (Minimum 3 Threads) Program class NewThread implements Runnable { String na…

Read more

Excersise : 6 Using Interface | Java | Tamizhan Goals

Interface Excersise: 6     Develop a Program using Interface. Program import java.io.*; import java.lang.*; interface demo { double pi=3.14…

Read more

Excersise:12 Key Event Handling | Java | Tamizhan Goals

Event Handling Excersise: 12     Event Handling Mechanism for Keyboard and Mouse . Program Keyboard Handling import java.awt.*; import ja…

Read more

Excersise: 11 Simple banner | Java | Tamizhan Goals

Simple Banner Excersise: 11      Display a Simple Banner Applet. Program import java.awt.*; import java.applet.*; /* */ public class Simple …

Read more

Excersise :10 Read and Write Operation | Java | Tamizhan Goals

Read and write operation Excersise:10     Read and Write the content of a file using I/O Packages Program import java.io.*; Class Copy…

Read more

Excersise: 8 Own Exception For Employee | Java | Tamizhan Goals

Own Exception For Employee Excersise: 8     Create Our Own Exception for Employees.         (Constraints 1.Age > 18 and ) Program …

Read more

Excersise: 7 Import Package | Java | Tamizhan Goals

Import package Excersise: 7     Create and Import Package (Minimum Three Classes) Program Package EmppDip import java.io.*; import java.la…

Read more

Excersise : 4 Abstract Class | Java | Tamizhan Goals

Abstract Class Excersise : 4     Create a program with abstract class Program import java.io.*; import java.lang.*; abstract class Figure …

Read more

Excersise: 3 Add to Complex Number | Java | Tamizhan Goals

Add to Complex Number Excersise: 3     Create a Program for object as parameters and returning objects. Program import java.io.*; import ja…

Read more

Excersise: 5 Multilevel Inheritance | Java | Tamizhan Goals

Multilevel Inheritance Excersise: 5     Create a program using Multilevel Inheritance Program import java.io.*; import java.lang.String.…

Read more

Excersise : 2 Use Overload i) Method ii) Constructor | Java Program | Tamizhan Goals

Overload Excersise : 2     Use Overload i) Method ii) Constructor Program : Method Overloading import java.io.*; import java.lang.…

Read more

Excersise:1 Simple Program Own details | Java | Tamizhan Goals

Simple Program Excersise : 1       Create a Simple program with your own detail. Program import java.io.*; class Stud { i…

Read more
Load More That is All