Answer Posted / varsha vilas kalebag
java is case sensitive, java is not supported poniter &
multiple inheritance . java is not puerly object oriented
programming languages
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What does percent mean in java?
How infinite loop is declared?
Define iterator and methods in iterator?
Differences between traditional programming language and object oriented programming language?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
Can list contain null in java?
Can a constructor call another constructor?
What are the characteristics of Final,Finally and Finalize keywords.
What is java beans?
how can you catch multiple exceptions in java?
What are the three parts of a lambda expression? What is the type of lambda expression?
What do you understand by the bean persistent property?
What are the two types of java?
How to create packages in java?
What is the difference between static class and normal class?