Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
1 1106When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
1 1129
How does java handle integer overflows and underflows?
Can we return resultset in java?
What is an object in java and how is it created?
What do you mean by an interface in java?
How to sort array in descending order in java?
Write a program to find the whether a number is an Armstrong number or not?
What is action chaining ?
what are the different modes of archival? Explain each mode in two lines each?
What is difference between @controller and @restcontroller in spring?
What is the first argument of the string array in main method?
What is java string pool?
explain different ways of using thread? : Java thread
What is a constructor overloading in java?
What is the java api?
How is declarative handling of exceptions done in struts ?