Can Java be said to be the complete object-oriented programming language
Answer / nashiinformaticssolutions
No, Java cannot be treated as a complete object-oriented programming language.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is "this" keyword in java? Explain
What is static class
java program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
Can a static block throw exception?
Can we use switch statement with strings?
How can an exception be thrown manually by a programmer?
What is the collections api?
How many types of threads are there in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What is t type java?
What is instance means in java?
Where and how can you use a private constructor?