What access modifiers can be used for class ?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of the model over the event- inheritance model?
What is high level language in computer?
What is mean by exception?
What is string variable?
Explain wrapper classes in java?
String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 Answers Flextronics, Keane India Ltd,
When the constructor of a class is invoked?
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[]))
How to perform Singleton of the java class object on multi JVM?
how to call a method in different package?
What is qualitative variable?
What is the difference between math floor and math round?