What if I write static public void instead of public static void in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the argument type of main() method?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why
How do you create a method in java?
What is the specification of ?CODEBASE? in an applet?
What are the common problems you have faced while implementing Java?
Write POJO class as a key to hashmap???
What is java beans?
What are the loops in java?
What is linked hashset and its features?
Is main a function?
How many bytes is a char in java?