What is package private scope in java?
Can we define package statement after import statement in java?
Program to find greatest prime number in n numbers?
we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?
What does the append?
What is collections framework?
What are the three parts of a lambda expression? What is the type of lambda expression?
What is the difference between serialization and deserialization?
What is a class in java?
When should I use singleton pattern?
How do you check if a string is lexicographically in java?
if u open login & logout ,how can udisplay the timelogin & logout members ?
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?