Is java is a fully object object oriented language?
Answer Posted / srinivas
Srinivas: Lets put the discussion to an end ! Java is not
an OOP language because we cannot create an object of an
abstract class ! isis'nt it ! In this case it is violating
the concepts of OOPS ! Hence JAVA cannot be considered as
fuly object oriented language ! so....[:-p]
Srinivas ...+91998547895
Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
How do you read a char in java?
Can we convert integer to string in java?
What are the ways in which a thread can enter the waiting state?
Why java uses the concept of the string literal?
What is a boolean structure?
For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green White will have 1 Weight. Red and Green carry no weights. Shortest path is the path with less weight when you add up the weights in the path.
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
what are different ways in which a thread can enter the waiting state? : Java thread
What is a treeset in java?
Define the term string pool?
Is java developer a good career?
How do you reverse a list?
What is the use of singleton?
What is the super void?
Is linkedlist thread safe in java?