Answer Posted / priyanjan
Java is not 100% pure OOP,but 99.34%,because primitive data
types are not treated as object
| Is This Answer Correct ? | 27 Yes | 10 No |
Post New Answer View All Answers
When do you get classcastexception?
What is meant by javabeans?
Is nan false?
What is the difference between a break statement and a continue statement?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
Can a static class have a constructor java?
Why webdriver is an interface?
What is the difference between normal report & matrix report?
Is it possible to write a regular expression to check if string is a number?
What is method with example?
Why we use set in java?
what is thread? What are the high-level thread states? : Java thread
What is comparable and comparator interface? List their differences
What about instanceof operator in java?
What is difference between synchronize and concurrent collection in java?