Explain about interrupt() method of thread class ?
What is an iterator java?
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
What is the purpose of main function in java?
What is the difference between inner class and nested class?
Explain the difference between throw and throws in java?
What is generic class?
why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?
Is null an object in java?
how to pass the parameters to applets?
how can we import the user defined package without classpath?
What is the meaning of immutable regarding string?
What is the purpose of premetive data types in java?