What are assertions in java?
Answer / mrunalini
assertion is a statement in the Java programming language that enables you to test your assumptions about your program.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is language and it responsibilities
What is public static?
how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time
In a class implementing an interface, can we change the value of any variable defined in the interface?
we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?
What is the platform?
What are the 3 types of control structures?
Explain the difference between collection api and stream api in java8?
what is meaning of JIT?
List java api that supports threads?
What is hashtable and explain features of hashtable?
What do you understand by looping in java? Explain the different types of loops.