What is the difference in between cpp and java? Can u explain in detail?
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))
Can you run the product development on all operating systems ?
Can a class be protected in java?
Explain importance of throws keyword in java?
Can a class extend abstract class or interface? why
What are some alternatives to inheritance?
What is data type example?
Why is stringbuffer faster than string?
how to print the below in java?thanks in advance.... * * * * * * * *
What is quick sort in java?
can we take more than one null values for Unique constraints.
Explain differences between checked and unchecked exceptions in java?