IBM :please answer these i want to cross check my answer

please answer these i want to cross check my answer

1.what is oracle.

2.what is major differenece oracle8i and oracle9i.

4.tell me some thing ur self.

5.please tell me about oops.

6.what is single inheritance.

7.what is multiple inheritance.

8.can java support multiple inheritance.

9.what is interface.

10.what is differenec between abstract class and interface.

11.how to u prove that abstrace class cannot instantiate directly.

12.what is differenece between string and stringbuffer.

13.what is immutable

14.how to write a program using sort program.

15 how to write a program using unsort program.

16.what is legacy.

17.what is legacy api

18.what is legacy interface.

19.what is main difference hashmap and hastable

20.what is main difference between arraylist and vector.

21.what is struts framework.

22.what are distributed techonologies.

23.what is advantage and disadvantage of distributed techonologies.

24.what is main difference between jsp and servlets.

25.what is difference between procedure and functions.

26.what is jdbc.

27.what are type of drivers.

28.what is type 4 driver.

29.how to collect requuirements form u r client.

30.which process use in ur project.

31.what is deployment descriptor.

32.what is heirarchy of files in struts.

33.please draw struts frame wrok.

34.please draw j2ee architecture.

35.please draw mvc-2 architecture.

36.please draw that how design op module.

37.how to find a file on linux.

38.how to configure weblogic8.1 on linux.

39.why you use struts framework in ur project.

40.what is platfrom independent

41.what is awt and swing.

42.what is heavy wieght components.

43.what is feature of weblgoic8.1.

44.why you choose application server on linux and database server on aix.

45.please tell me about ur project.

46.what is major concepts in oops.

47.why u choose mvc-2 architecture.

48.what is implicit object.

49.how many implicit objects in jsp

50.why choose weblogic8.1 other than any applicationserver.

51.what is water fall model vs sdlc

52.what is use of dataflowdiagrams

53.wha t is ip in ur project.

54.what about reception module

[2409 byte] By [saamera] at [2007-11-27 3:40:32]
# 1
IBM?So what are your answers? I'm not going to do your homework.Kaj
kajbja at 2007-7-12 8:43:59 > top of Java-index,Java Essentials,New To Java...
# 2
Btw. Many of the questions aren't java related.
kajbja at 2007-7-12 8:43:59 > top of Java-index,Java Essentials,New To Java...
# 3

I was able to answer only these

6.what is single inheritance.

ans:one class is inherited by only other one class

7.what is multiple inheritance.

ans:One class inheriting more than one class at atime

8.can java support multiple inheritance.

ans:No

9.what is interface.

ans:Interface has only method declarations but no defn

10.what is differenec between abstract class and interface.

ans:In abstract class some methods may contain definition,but in interface every method should be abstract

11.how to u prove that abstrace class cannot instantiate directly.

ans:As they dont have constructor they cant be instantiated

12.what is differenece between string and stringbuffer.

ans:Strings are immutable where as string buffer can be modified

13.what is immutable

ans:Which cant be changed

.

19.what is main difference hashmap and hastable

ans:Hash table is synchronised

20.what is main difference between arraylist and vector.

ans:Vector is synchronised

21.what is struts framework.

ans:It follows MVC architecture which is used for seperating view,controller,model

24.what is main difference between jsp and servlets.

ans:Jsp s are mainly used for dynamic presenatations where we can write code of design and actual content seperately.mainly coding becomes feasible

25.what is difference between procedure and functions.'

ans:Fuctions can return value ,procedures cant return value

26.what is jdbc.

ans:Connecting to DB from java program requires JDBC

27.what are type of drivers.

type1,2,3,4

31.what is deployment descriptor.

ans:Which contains the infrnmation like which file to be used

40.what is platfrom independent

ans:A language is said to be platform independent if it can be run on any machine with out modifying code

41.what is awt and swing.

ans:AWT are heavy weight components and swings are light weight components

46.what is major concepts in oops.

ans:Abstraction,polymorphism,encapsulation,inheritance

47.why u choose mvc-2 architecture.

ans:In MVC-2 controller is servlet rather than JSP which makes it efficient

48.what is implicit object.

ans:Implicit objects are a set of Java objects that the JSP Container makes available to developers in each page

49.how many implicit objects in jsp

ans:out,page,session,request,response,application,page context,config

saamera at 2007-7-12 8:43:59 > top of Java-index,Java Essentials,New To Java...
# 4

> please answer these i want to cross check my answer

> ...

> 4.tell me some thing ur self.

I'm a London based contract developer of Java enterprise application software. I like cats, cheesecake, and very bad movies.

Are you positive you want answers to all those questions?

dcmintera at 2007-7-12 8:43:59 > top of Java-index,Java Essentials,New To Java...
# 5

> > please answer these i want to cross check my

> answer

> > ...

> > 4.tell me some thing ur self.

>

> I'm a London based contract developer of Java

> enterprise application software. I like cats,

> cheesecake, and very bad movies.

>

> Are you positive you want answers to all those

> questions?

And your wish is for world peace, and an end to poverty and hunger?

macrules2a at 2007-7-12 8:43:59 > top of Java-index,Java Essentials,New To Java...
# 6
> an end to> poverty and hunger?Yup. Like I said: cheesecake.Pay attention.:-)
dcmintera at 2007-7-12 8:43:59 > top of Java-index,Java Essentials,New To Java...
# 7

> 6.what is single inheritance.

>

> ans:one class is inherited by only other one class

A class can only extend from one other class.

> 11.how to u prove that abstrace class cannot

> instantiate directly.

>

> ans:As they dont have constructor they cant be

> instantiated

They can have constructors.

kajbja at 2007-7-12 8:43:59 > top of Java-index,Java Essentials,New To Java...
# 8
when did IBM start using 1337 zpeak for their questionaires?
jwentinga at 2007-7-12 8:43:59 > top of Java-index,Java Essentials,New To Java...
# 9

> 2.what is major differenece oracle8i and oracle9i.

1

> 29.how to collect requuirements form u r client.

Ask them what they want...

> 38.how to configure weblogic8.1 on linux.

> 50.why choose weblogic8.1 other than any applicationserver.

If this is an IBM question the right answer is: you shouldn't use weblogic. WebSphere is the way to go!

> 54.what about reception module

What about it?

Peetzorea at 2007-7-12 8:43:59 > top of Java-index,Java Essentials,New To Java...
# 10

> 47.why u choose mvc-2 architecture.

> ans:In MVC-2 controller is servlet rather than JSP which makes it efficient

If I remember correctly, JSP's are compiled into servlets. So what efficiency advantage could a servlet have over JSP?

You should rather say something about separation of concerns, reusability, maintainability...

Just a quick question: Did you get the IBM job? Just checking to see if I should advise my superiors wether it is still worth investing in keeping that IBM partnership...

Peetzorea at 2007-7-12 8:43:59 > top of Java-index,Java Essentials,New To Java...
# 11

First, I changed your subject to more accurately reflect your needs

Second, I answered 2, 4, and 5 for you. Now piss off.

> 2.what is major differenece oracle8i and oracle9i.

Both are complex numbers.

> 4.tell me some thing ur self.

Sameer is an individual with absolutely no motivation/drive/industry

> 5.please tell me about oops.

Oops is a phrase muttered when Sameer drops something.

filestreama at 2007-7-12 8:43:59 > top of Java-index,Java Essentials,New To Java...
# 12
> 42.what is heavy wieght components.Bulgarian thighs.
corlettka at 2007-7-12 8:43:59 > top of Java-index,Java Essentials,New To Java...
# 13
> 16.what is legacy.An international aid organisation which supports the widows and children of all the men who died the last time one of your mob asked such a silly question.
corlettka at 2007-7-12 8:43:59 > top of Java-index,Java Essentials,New To Java...
# 14
> 37.how to find a file on linux.Very well, thank you.
corlettka at 2007-7-12 8:43:59 > top of Java-index,Java Essentials,New To Java...
# 15
53.what is ip in ur project.If you pee on my project, I'll slug you.
filestreama at 2007-7-21 20:52:13 > top of Java-index,Java Essentials,New To Java...
# 16
> 53.what is ip in ur project.I believe the last major project in [url= http://en.wikipedia.org/wiki/Ur]Ur[/url] was the Great Ziggurat.
Hippolytea at 2007-7-21 20:52:13 > top of Java-index,Java Essentials,New To Java...
# 17
> 4.tell me some thing ur self.Wow. That's a really professional test you are doing there.
DrClapa at 2007-7-21 20:52:13 > top of Java-index,Java Essentials,New To Java...
# 18
I think I'd have that Shift key looked at before sending that questionnaire back to IBM. I hear they expect their employees to be able to communicate in some form or fashion higher than the grunt of babboons ;).
kevjavaa at 2007-7-21 20:52:13 > top of Java-index,Java Essentials,New To Java...
# 19
48.what is implicit object.When your are in a job interview and the interviewer asks you if you even have a clue. You implicitly object to such a preposterous but accurate question.Message was edited by: filestream the helpful
filestreama at 2007-7-21 20:52:13 > top of Java-index,Java Essentials,New To Java...
# 20
Hi Stupid filestream, Be hold your words while giving reply.Hey Stupid do you know how to behave in the forums?
veerumuppalla@gmail.coma at 2007-7-21 20:52:13 > top of Java-index,Java Essentials,New To Java...
# 21

> Be hold your words while giving reply

Ye! Behold my reply! :))

> Hey Stupid do

> you know how to behave in the forums?

I can answer that ( though I'm not Stupid :D ). You can get started here http://developers.sun.com/resources/forums_conduct.html and continue on here http://developers.sun.com/resources/forumsFAQ.html

Hope that helps :D

nogoodatcodinga at 2007-7-21 20:52:13 > top of Java-index,Java Essentials,New To Java...
# 22
cool questions D:
eaajea at 2007-7-21 20:52:13 > top of Java-index,Java Essentials,New To Java...
# 23
> Hi Stupid filestream,> > Be hold your words while giving reply.Hey Stupid do> you know how to behave in the forums?Aray Yaar! Plz. dont b like that. I m giving 2 u correct answers!Batameeze.
filestreama at 2007-7-21 20:52:13 > top of Java-index,Java Essentials,New To Java...
# 24
ur doo eeng it all rwong, u hve to wrong of spell *** this no one so no can underestimate standing you.I think some of these people could write their own languages.
lethalwirea at 2007-7-21 20:52:13 > top of Java-index,Java Essentials,New To Java...
# 25
> ur doo eeng it all rwong, u hve to wrong of spell ***> this no one so no can underestimate standing you.> > I think some of these people could write their own> languages.No, it is SMS-speak creeping into writing.
filestreama at 2007-7-21 20:52:13 > top of Java-index,Java Essentials,New To Java...
# 26
I hate SMS-Speak; http://nogoodatcoding.blogspot.com/2007/05/sms-spk.html
nogoodatcodinga at 2007-7-21 20:52:13 > top of Java-index,Java Essentials,New To Java...
# 27

> Hi Stupid filestream,

>

> Be hold your words while giving reply.Hey Stupid do

> you know how to behave in the forums?

Anyone else find it funny that here is a person telling someone else to behave while making rude comments to said person. veerumuppalla@gmail.com do you not realize that 2 wrongs don't make a right ?

;-)

Aknibbsa at 2007-7-21 20:52:13 > top of Java-index,Java Essentials,New To Java...
# 28

> > Hi Stupid filestream,

> >

> > Be hold your words while giving reply.Hey Stupid

> do

> > you know how to behave in the forums?

>

> Anyone else find it funny that here is a person

> telling someone else to behave while making rude

> comments to said person. veerumuppalla@gmail.com do

> you not realize that 2 wrongs don't make a right ?

But three rights make a left.

filestreama at 2007-7-21 20:52:13 > top of Java-index,Java Essentials,New To Java...