What is OOPs & Why?
Answers were Sorted based on User's Feedback
Answer / mustafa sabbowala
OOPs Stands for Object Oriented Programming,in which programming is done a entity called class and each element of that class is represent by object.
Why?
With the help OOPs we can program our application in easily readable format and we can reuse the duplicate code where ever required to achieve out target.
Please any one enhance my answer
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ramky
java is fully obtained with class & object so,it is called oops form
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / durga
OOP's is nothing but,in java each and every thing treated as Objects instead of bytes.the main advantage is Security purpose.simply Object is a Closing box,(no one access without permission[secure]),bytes is open box(any one can access[unsecure]).
| Is This Answer Correct ? | 0 Yes | 0 No |
Which method is used to find that the object is exited or not?
What does java stand for?
What is meant by event handling?
There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.
perpare on factorypattern,linklist wothout using collection, (multitharding ie create producer/customer therad producer create Queue continuesly,consumer consume queue, consumer wait if queue is full,producer wait if queue is empty),diff betn sleep(1000)&wait(1000) these r the main Q ask in huawei(2008)
int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;
I was asked to draw the class diagram for the below scenario which should obey OOPS concept. A Portal is to be developed for a school , which has 3 main divisions viz , Education , Admin & Trust. Each division has 2 sub divisions Kinder Garden & Higer Secondary.
How will you invoke any external process in java?
What is meant by event handling in SAX parser?
What is the final variable?
What is hashtable and explain features of hashtable?
What does provide mean construction?