Java FAQs 3
Master list of Java interview questions – 115 questions 115 questions total, not for the weak. Covers everything from basics ......
Read the rest of this entry »
Interview»
Java FAQs 2
Newbie Java questions 1. If Runnable interface is better than Thread class, than why we are using Thread class? What ......
Read the rest of this entry »
Interview»
Java FAQs 1
General Java Servlet questions 1. What is the servlet? 2. What are the JSP atrributes? 3. What is the need ......
Read the rest of this entry »
Interview»
java (a quick walk)
1 The garbage collector only knows how to release memory allocated with new, so it won’t know how to release ......
Read the rest of this entry »
Languages»
Java run process and read input/output streams
tring command = “…your comman…”; print(”processing: ‘” + command + “‘”); Runtime rt = Runtime.getRuntime (); Process process = rt.exec ......
