What are the 5 types of research methods?
No Answer is Posted For this Question
Be the First to Post Answer
Write a java program to check if a number is prime or not?
What is the final class modifier?
What class allows you to read objects directly from a stream in java programming?
What is the purpose of object oriented programming?
What is Applet Flickering ?
1 Answers Infosys, Persistent,
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[]))
What is the nested interface?
Is a method a function?
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?
What is the use of http-tunneling in rmi?
Explain the difference between association, aggregation and inheritance relationships.
What is difference between == equals () and compareto () method?