why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.
4 8862Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..
7 8470What is the difference between error and exception and explain in simple words not whatever is given in the book.
7 13101What is the differnence between String Buffer and String builder despite having knowledge that String builder is faster than String Buffer and last one is threadsafe.please tell another important difference.
IBM,
3 8893After compilation of java program we'll get .class code. If it's generated in OS Windows XP will it work on OS Linux? If yes why? If no why?
5 9773What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?
2177
What is method in java ?
How thread scheduler schedule the task?
What class allows you to read objects directly from a stream in java programming?
Can we make constructors static?
How many functional interfaces does java 8 have?
Can an abstract class be a final class?
Can a main method be overloaded?
Does java map allow duplicates?
How do you make an arraylist empty in java?
What is native code?
What are different exception types exceptions available in java ?
Can we able to pass objects as an arguments in java?
What do you understand by copy constructor in java?
What is the exception hierarchy in java?
How do you use wildcards?