Jane kyun shikast ka azab liye phirta hon,
Me kya hon or kya khwab liye phirta hon,
Us ne aik bar kiya tha sawal e mohbt,
Main hr lamha wafa ka jawab liye phirta hun,
Us ne pocha kb se nhi soye,
Me tb se raat jaagne ka hisab liye phirta hon,
Us ki khwahish thi k meri aankhon me pani dekhe,
Main us waqt se ansuoon ka sailaab liye phirta hon,
Afsos k phir b wo mera na hua
Me jis ki aarzu ki kitaab liye phirta hun.
java Interview Questions & Answers (includes core java, threads, servlet , jsp , ejb, design pattern, java util)
Question: What is a compilation unit? Answer: A compilation unit is a Java source code file. Question: What restrictions are placed on method overriding? Answer:: Overridden methods must have the same name, argument list, and return type. The overriding method may not limit the access of the method it overrides. The overriding method may not throw any exceptions that may not be thrown by the overridden method. Question: How can a dead thread be restarted? Answer: A dead thread cannot be restarted. Question: What happens if an exception is not caught? Answer: An uncaught exception results in the uncaughtException() method of the thread's ThreadGroup being invoked, which eventually results in the termination of the program in which it is thrown. Question: Which arithmetic operations can result in the throwing of an Ar...
Comments
Post a Comment