What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
No Answer is Posted For this Question
Be the First to Post Answer
Is list ordered in java?
as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
How strings are created in java?
What is regex in java?
What is the use of collections in java? How it is implemented in real time applications?
What do you understand by an io stream?
Which data type is class in java?
What are null interfaces? Give some examples?
What is difference between throw and throws ?
What are green threads in java?
what is meant by UP& DOWN casting in java?