Question
a.
True
b.
False
c.
May be
d.
Can't say
Posted under Java Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Is SimpleDateFormat thread safe?
Similar Questions
Discover Related MCQs
Q. How to identify if a timezone is eligible for DayLight Saving?
View solution
Q. What is the replacement of joda time library in java 8?
View solution
Q. How is Date stored in database?
View solution
Q. What does LocalTime represent?
View solution
Q. How to get difference between two dates?
View solution
Q. How to get UTC time?
View solution
Q. Which of these is an incorrect string literal?
View solution
Q. Which two cause a compiler error?
1. float[ ] f = new float(3);
2. float f2[ ] = new float[ ];
3. float[ ]f1 = new float[3];
4. float f3[ ] = new float[3];
5. float f5[ ] = {1.0f, 2.0f, 2.0f};
View solution
Q. Given a method in a protected class, what access modifier do you use to restrict access to that method to only the other members of the same class?
View solution
Q. Which is a valid declaration within an interface?
View solution
Q. You want subclasses in any package to have access to members of a superclass. Which is the most restrictive access that accomplishes this objective?
View solution
Q. Which three form part of correct array declarations?
1. public int a [ ]
2. static int [ ] a
3. public [ ] int a
4. private int a [3]
5. private int [3] a [ ]
6. public final int [ ] a
View solution
Q. public class Test { }
What is the prototype of the default constructor?
View solution
Q. What is the most restrictive access modifier that will allow members of one class to have access to members of another class in the same package?
View solution
Q. Which of the following is/are legal method declarations?
1. protected abstract void m1();
2. static final void m1(){}
3. synchronized public final void m1() {}
4. private native void m1();
View solution
Q. Which cause a compiler error?
View solution
Q. Which three are valid method signatures in an interface?
1. private int getArea();
2. public float getVol(float x);
3. public void main(String [] args);
4. public static void main(String [] args);
5. boolean setFlag(Boolean [] test);
View solution
Q. You want a class to have access to members of another class in the same package. Which is the most restrictive access that accomplishes this objective?
View solution
Q. Which one creates an instance of an array?
View solution
Q. Which two of the following are legal declarations for nonnested classes and interfaces?
1. final abstract class Test {}
2. public static interface Test {}
3. final public class Test {}
4. protected abstract class Test {}
5. protected interface Test {}
6. abstract public class Test {}
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Java Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!