13
SEMINAR ON :- MOBILE TELEPHONE DIRECTORY resented By Guided By . Ku .Devyani Vaidya . Ku. Vaishnavi Khandar . Ku. Anushka Pusatkar . Ku. Shrawani Jawalkar Prof . G. R. Gosav

telephone directory

Embed Size (px)

Citation preview

Page 1: telephone directory

SEMINAR ON :- MOBILE TELEPHONE DIRECTORY

Presented By Guided By1. Ku .Devyani Vaidya2. Ku. Vaishnavi Khandar3. Ku. Anushka Pusatkar4. Ku. Shrawani Jawalkar

Prof . G. R. Gosavi

Page 2: telephone directory

Contents:-Mobile Phone Directory

How to input

How to output

Java features use

Methods are use

Method implementation

Project design

Reference

conclusion

Page 3: telephone directory

Mobile phone directoryWhat is mobile phone directory :-

Mobile Telephone Directory is a

directory , In that we can easily

stored the number . And easily

access when we needed and we did

not need to remember or recall the

number.

Page 4: telephone directory

Mobile Telephone Directory

Name Mob no1 Mob no2 Mob no3 Mob no4

ABC 9191562890 9087618265 8469253418 34246456632

PQR 9765367886 5362917544 73574528913 1231231233

XYZ 7685940243 9183579233 03629467325 7685645375

Page 5: telephone directory

How To Input:

Enter a name ABC

We can search a name and number like following

AND

Enter the number

9191562890

Page 6: telephone directory

How To OutputEnter a name: ABC

OUTPUTName Mob no1 Mob no2 Mob no3 Mob no4

ABC 9191562890 9087618265 8469253418 34246456632

Page 7: telephone directory

Java Features Use AreVECTOR :- Vector implement dynamic array like an array.

SYNTAX OF VECTOR :- Vector object name = new Vector();

FOR EXAMPLE :- Vector object = new Vector();

OBJECT =

Page 8: telephone directory

Methods Are UsedaddElement()

size()indexOf()System.out.prinln()removeElement()

Page 9: telephone directory

Method ImplementationVector Object =new Vector();

Object.addElement(new Interger(86));

86

Int s=Object.size(); :- it return the size of element in array s= 2

object.addElement(new String (“java”));86 java

Page 10: telephone directory

Object.removeElement(object);

Object.indexOf(86); it return the first occurrence of specified character

System.out.println(“the out of vector is);System.out.println(object);

Conti…!!

Page 11: telephone directory

Project Design

Project Objective Design Project Output

Page 12: telephone directory

Reference:-

Laboratory Manual Java Programming

E- Balagurusamy

Page 13: telephone directory

Conclusion:-

Thus we conclude that as we will use lots

features in our project which is important

for future aspect .