Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) Write java code to print "Hello how are you" Thread1 should have "Hello" Thread2 should have "how are you" both the threads should start at the same time
4 9759If there is no implementation of MARKER INTERFACE in java. Then how compiler come to know about specification.
2 6537public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }
2389Which of the following can be referenced by a variable? A. The instance variables of a class only B. The methods of a class only C. The instance variables and methods of a class
2 16693
What is a programming object?
What will be the output of round(3.7) and ceil(3.7)?
What is conversational state?
What does the jdbc resultsetmetadata interface?
Is there a way to increase the size of an array after its declaration?
What if memory allocation using new fails in C++ how to handle
How hashset works internally in java?
What are different ways for authentication of servlet?
Explain the scope of a variable.
What is the difference between compare and compareto in java?
What is double data type?
What are the different types of JDBC drivers?
What is the default value of byte datatype in java?
What file types you can deploy into websphere?
What is jaap?