How OOPS concept is achieved in Java?

Answer Posted / rahul

Thru java encapsulation, inheritence, polymorphism.

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is arraylist e?

557


Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

601


What is a parameter used for?

512


What is singleton service?

504


You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

526






If you are given the name of the function at run time how will you invoke the function?

677


What is the purpose of static methods and variables?

529


How many inner classes can a class have?

572


What is the largest number a double can hold?

556


What is empty string literal in java?

557


What is string data type?

548


What are abstract classes and anonymous classes?

639


what is meant by Byte code concept in Java?

599


Why hashmap is used in java?

544


State the difference between strings and arrays.

597