Suno! A chand c larki,
abi tm titliyan pakro,
ya phir guryon se khailo tum,
ya phr masoom c ankho sey,
dhairon khwab dekho tum,
faraz faiz o mohsin ki kitaben mat parhna abi,
ye sab lafzon k sahir hain,
tumhy uljha k rakh daingy,
tumhy maloom hi kab hy,
mohabat k libadey me hawas o hirs hoti hy,
ye insano ki duniya hy,
magar in se kahin barh k yahan wehshi darindey hain,
wo wehshi jinki ankhon me machaltey piyar k peechy,
hawas o hirs hoti hy,
abi kachi kali ho tum,
abi kanton sy mat khailo,
abi apni hatheli py ksi ka nam mat likho,
abi apni kitabon me gulabi phool mat rakho,
mat rakho!!
;( so true!!! ;(
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