Which collection allows duplicate values in java?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What is the base class of all classes?
Is there any difference between synchronized methods and synchronized statements?
What is style and indentation?
What state does a thread enter when it terminates its processing in java programming?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is the Layout for ToolBar?
how to run servlet program between two computer through the internet ?
2 Answers Kiran Prakashan, TCS,
Is there any case when finally will not be executed?
What is diamond operator in java?
When a byte datatype is used?