sir i,have a assignment for these question plz help me sir 2 Answer(s) 2 years and 9 months ago
Posted in : JavaMail
1.Design a Java interface for ADT Stack. Develop two different classes that implement this interface, one using array and the other using linked-list. Provide necessary exception handling in both the implementations
2.Design a Vehicle class hierarchy in Java. Write a test program to demonstrate polymorphism
class StackImplementation implements MyInterface { int arr[] = new int[n]; int top = -1;
public void push() { try { DataInputStream dis = new DataInputStream(System.in); System.out.println("Enter Element"); int ele = Integer.parseInt(dis.readLine()); arr[++top] = ele; } catch (Exception e) { System.out.println("e"); } }
public void pop() { int popper = arr[top]; top--; System.out.println("popped element " + popper); }
public void peek() { int popper = arr[top]; System.out.println("popped element " + popper); }
public void display() { if (top < 0) { System.out.println("Stack is empty"); return; } else { String str = " "; for (int i = 0; i <= top; i++) str = str + " " + arr[i]; System.out.println("Elements are " + str); } } }
class StackADT { public static void main(String arg[]) throws IOException { DataInputStream dis = new DataInputStream(System.in); StackImplementation stk = new StackImplementation(); int menu = 0; do { System.out.println("1.push \n2.pop \n3.peek \n4.display \n5.Exit"); System.out.println(); System.out.print("Enter your choice: "); menu = Integer.parseInt(dis.readLine()); switch (menu) { case 1: stk.push(); break; case 2: stk.pop(); break; case 3: stk.peek(); break; case 4: stk.display(); break; case 5: System.exit(0); } } while (menu <= 5); System.out.println(); } }
August 7, 2010 at 11:56 AM
continue..
2)Polymorphism:
class Vehicle { void test(){} } class Bus extends Vehicle{ void test() { System.out.println("I am a bus"); } } class Car extends Vehicle{ void test() { System.out.println("I am a car"); } } class Bike extends Vehicle{ void test() { System.out.println("I am a bike"); } } public class Polymorphism{ public static void main(String[]args){ Vehicle[] v = new Vehicle[3]; v[0]= new Bus(); v[1]=new Car(); v[2]=new Bike(); for(int i=0;i<v.length;i++){ v[i].test(); }
more doubts sir. - Java Beginners
own browser.Hope you will helpme out.And also siri need the progressbar...more doubts sir. Hello sir,
Sirihave executed your code... exoplorer such as search bar and some more buttons.Sir helpme out
pls help me sir its urgent
pls helpmesir its urgent thanks for reply,
but i am getting this error pls helpme its urgent
type Exception report
message
description The server encountered an internal error () that prevented it from
Plz reply me sir Its urgent - JSP-Servlet Plz reply mesir Its urgent Respected Sir/madam,
I am R.Ragavendran..Actuaaly,I request you to remember the code which you have provided for me using radio buttons..
You have used the following syntax for checking whether
Dear Sir I need to join u
Dear SirI need to join u Dear Siri am santosh Rai from Saudi Arabia please make me understood how to join u and ihave one questioni want to working with you
what is ur process for working with u please send me
i have a problem to do this question...pls help me.. ihave a problem to do this question...pls helpme.. Write a program... reversedNumber = 0;
for (int i = 0; i <= num; i...;
reversedNumber = reversedNumber * 10 + r;
i = 0
plz help me for this question plzhelpme for this question Apply simplex procedure to solve the L.P.P. maximize z = 3x1 + 4x2 subject to 5x1 + 4x2 â?¤ 200; 3x1 + 5x2 â?¤ 150; 5x1 + 4x2 â?¥ 100; 8x1 + 4x2 â?â?¥ 80, x1 â?¥ 0, x2 â?¥ 0
I have problem in my Project Ihave problem in my Project Dear Sir,
ihave problem in my project about Jtable
ihave EDIT JButton whenevery i... any sir give me this code
sir plz do respond to my problem immediately - Java Beginners sirplz do respond to my problem immediately Hello sir... for the progree bar is a separate program. siri need to put it in my web browser.sir iam... the progress bar in my browser.
Ihave tried and iam unbale to get it sir.plz
please do respond to my problem sooooon sir - Java Beginners
to open the link also in my own browser.Hope you will helpme out.And also siri need...please do respond to my problem sooooon sir Hello sir,
Sirihave... buttons as in internet exoplorer such as search bar and some more buttons.Sir helpme
Please guide me sir - EJB
Please guide me sir Hi
I am Pradeep singh ,done SCJP 5.0 and SCWCD 5.0 .Now i want to learn further .So please tell me whether should i learn EJB... next? Because both can do same work.Please advice me .At present i am jobless
hi sir - Java Beginners
hi sir Hi,sir,i am try in netbeans for to develop the swings,plz... netbeans,
and how to connect with database by using the netbeans ,plz provide the details sir,
Thanks for ur coporation sir Hi Friend
swing program plz urgent sir - Java Beginners
swing program plz urgent sir
hi sir,i waan a jtable swings program table having column names "itemid","price".Initially table having single empty row.whenever we click the "enter" button automatically new row will be insert
software or i have to write a code for this suff
convert windows picture or fax viewer file into ms word or pdf siri want to convert windows picture or fax viewer file into ms word or pdf so for this is ihave to take help from the java code or any software is present
sir - Java Beginners
sir hi sir,Happy ugadi,how to place the database records into jtable ,i am using the oracle database plz provide the program how to retrieve the database records and placed into a jtable,i want one more column is added to my
sir - Java Beginners
sir hi sir,in this program there is a jtable,i am insert...
sir,i am mentioning the error as <<>>>......main bug here>........ in this program,plz see and provide solution sir,database Tables
interview question plz help me and thers
interview questionplzhelpme and thers A college is good....
6.If it has a "B.Tech" course, atleast 30 compnies should have come for placement. (But see next condition)
7.If "Infosys" or "Wipro" have come for placement
Plz send me answer quckly Plz send me answer quckly Respected Sir,
myself is pavan shrivastava.i want ask a question that is ( we can't
create object of interface then how would possible to create object
Plz help me with this Question - Java Beginners Plzhelpme with this Question this is java code
-------------------------
Consider the following code:
int [ ] a = [1, 2, 3];
Object o ="123";
String t = "12";
String w = t + "3";
Boolean b = o.equals (a);
Boolean b2
sir - Java Beginners
sir when i press enter in my jtable,i want to add a row to my jtable and the database records are placed in that added row,
plz provide the program in swings,how to add and place the results in added row
question
question Sir ,
ihave a starting trouble to start my search engine project , please helpme to start my project , please send me some relevant java codes
my assignment
display the order made by the user and the total price.
can you helpme...this is my assignment....plz...my assignment as programmer, you have been assigned to develop
question
question Sir,
If ihave a frame with two button sign in and cancell using java swing .If i am clicking a sign in button using user name... button i want to close the window. please helpme to create this and send me
Question
Question sirI am creating a user defined custom tag in net beans ide but I am unable to run the code sucessfully . I got internal server error plzhelpme
Please visit the following links:
http://www.roseindia.net
question
question Good Morning Sir,
ihave two frames client and server .server have two button search and send with one text field and client have one... connection. please helpme to create this and send me the source code using Java
question
question Gud morning sir,
Ihave asked u some question regarding jsp in saturaday for that i didnot find any answere in which u send me the some... regarding this promblem.
please helpme as soon as possible sir..
Thanks for sending
question
question Sir,
If ihave a frame with one text field and one button search using java swing .If i am clicking a search button then i want... of frame . please helpme to create this and send me the source code using Java
I have doubt in jsp file. Ihave doubt in jsp file. Ihave doubt in jsp file.
In a jsp file, there should be two buttons. One is start and other is stop.
When we click....
Please can you helpme with the code
question
question Sir,
If ihave a frame with one text field and two button... in to client window. please helpme to create this and send me the source code using Java Swing
I think this will help you, try this
package
question questionsirplz tell me what should i give in title box. just i want java program for the question typed in this area
question questionsirplz tell me what should i give in title box. just i want java program for the question typed in this area
Intranet Website creation - plz help me
Intranet Website creation - plzhelpme hi..
Ihave assign with the intranet website creation work..right from scratch to end..And honestly I know nothing about it.My domain is totally different ..
can anybody pls helpme