0% found this document useful (0 votes)
51 views

A Practical File Based On: "Internet and Java Programming"

Ajeet Singh

Uploaded by

Abhishek Shukla
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

A Practical File Based On: "Internet and Java Programming"

Ajeet Singh

Uploaded by

Abhishek Shukla
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

A

Practical File Based


On
INTERNET AND JAVA PROGRAMMING
Submitted for partial fulfillment of
Master of Computer Application
(3rdSemester)

Session-2014-2015

Guided By:
Submitted by:
Ms. Suchita Sharma

Ajeet Singh

(Assistant Professor)
MCALAT14_01

Head of Department
Mr. Amit Gupta

RAKSHPAL BAHADUR MANAGEMENT INSTITUTE


BAREILLY
Affiliated to
Uttar Pradesh Technical University, Lucknow

Index
Sr.
No.
1

Program Name
How to set path in Java

How Class Path work in JAVA

Diffrence between Path and ClassPath

Diffrence between JDK,JRE,JVM

How to run JAVA program from command line

WAP in java check number is Even or Odd

WAP in java to check Prime number

WAP in java to check Palindrome number

WAP in java to check number is power of 2

10

WAP in java to check number is Armstrong

11

WAP in java to print Fabonacci Series

12

WAP in java to print Factorial of a number

13

WAP in java to print following structure


*
***
*****
***
*

14

WAP in java for Implicit Conversion

15

WAP in java for Explicit Conversion

Sign.

16

WAP in java to show use of Constructor

17

WAP in java for Parameterized Constructor

18

WAP in java for Copy Constructor

19

WAP in java for Static Member

20

WAP in java for Overriding Method

21

WAP in java for Abstract Class

22

WAP in java for Single Inheritance

23

WAP in java for Multilevel Inheritance

24

WAP in java for use of Interface

25

Demo of Applet

26

Demo of Applet

27

WAP in java for print a Line on applet

28

WAP in java for print a Circle on applet

29

WAP in java for print a human Face on applet

30

WAP in java for arranging no. in Ascending


order

31

WAP in java for using a Button on applet

32

WAP in java to Show System Properties

33

WAP in java to open IE and Calculator

34

WAP in java to create a simple calculator

35

WAP in java for print a Bar chart on applet

36

WAP in java for Flow Layout on applet

37

WAP in java for Border Layout on applet

38

WAP in java for Grid Layout on applet

39

WAP in java for Card Layout on applet

40

WAP in java to implement Canvas on applet

41

WAP in java to implement TextField and Label

42

WAP in java to implement Checkbox

43

WAP in java to implement RadioButton

44

WAP in java to implement Choice

45

WAP in java to implement List

46

WAP in java to implement Menu on frame

47

WAP in java to play a audio clip

48

WAP in java to implement Scroll Bar & Show


move of mouse

49

WAP in java to show a Image on applet

50

WAP in java to create a Notepad

51

WAP in java to create a Tic Tac Toi game

You might also like