Why main() method is public, static and void in java ?
What is the transient keyword?
write a class to input 2 points by the user & check the line maked by the points is horizontal,vertical or rectangle?
What is the diff. b/w Interfaces & Abstract class?
What is multithreading in java?
What is the default value of byte datatype in java?
Why null value is used in string?
Which method returns the length of a string?
What are other modifiers?
Can we inherit the constructor in a Class?please give one example.
How do you load an HTML page from an Applet ?
Why can't you declare a class as protected?
Can a static block throw exception?