Вы находитесь на странице: 1из 2

AMITY UNIVERSITY RAJASTHAN JAVA PROGRAMMING LAB B.

Tech III Semester (ECE)


Course Code: BTE 322 Software Required: JDK1.6 Credit Units: 01

ASET

Week 1 1 2 3 4 Week-2 5 6 7 Week-3 8 9 10 11 12 Week -4 13 14 15 Week-5 16 17 18

Name of the program Write a Java program to print hello world. Write a Java program to find simple Interest. Write a Java program to find all arithmetic operation Write a Java program to calculate Area of a Circle and print it. Write a Java program to find even or Odd Number from given array. Write a Java program to input two matrixes from the keyboard and find multiplication of them. Write a Java program to print Fibonacci series up to given number Write a Java program to illustrate the use of method overloading Write a Java program to illustrate the use of this keyword Write a Java program using constructor overloading Write a Java Program to invoke constructors using "Super" Keyword Write a Java program to illustrate the use of method overriding(use Super keyword). Write a Java program to find power and square root of given values using system package java.lang and prints it. Write a java program to create a package with three classs definition in a directory and access these all classes into different directory by importing package. Write a java program to implement multiple inheritances using interface concept. Write a Java program for multilevel inheritance. Write a Java program to illustrate the use of division by zero Write a Java program to illustrate of multiple catch clauses

AMITY UNIVERSITY RAJASTHAN


19 Week-6 20 21 22 Week-7 23 24 Week-8 25 26 27 Week-9 30 31 Week-10 32 33 Week-11 34 Write a Java program to illustrate the use of try, catch and finally concepts. Write a java program for creating three child threads by extending thread class. Write a java program to illustrate the use of isAlive() & join() method in multithreading program. Write a java program to illustrate the use sleep() & stop() method in multithreading program. Write a Java program to illustrate the use of string length(), charAt() and equals() method of string class. Write a Java program that checks whether a given string is a Palindrome or not. Ex: MADAM is a palindrome. Write an Applet that displays a simple message. Program to draw Line, Rectangles, Rounded Rectangles, arc and Oval. Fill all shapes with different colors and display them. Write an Applet to draw smiley mouth face and String message on applet window. Write a Java program to awt component like buttons, labels, check boxes, Text Fields, menu bar etc. Write a Java program create two text boxes and a buttons and ake them active by using event handling. Write a Java program to implement Border Layout Write an applet to handling the mouse events Write a Java program That works as a simple calculator using Grid layout to arrange buttons for the digits and +,-,* % operations. Add a text filed to print the result. Write a Java program That implements the client/server application. The client sends the data to the server; the client receives the data, uses it to produce a result and then sends the result back to the client. The client displays the result on the console. Ex: The data sent by the client is radius of a circle and the result produced by the server is area of a circle

ASET

Week-12 35

Week-13

Internal Assessment(viva & internal practical)

Вам также может понравиться