Can a class be private in java?
Answer / Pappu Kumar Choudhary
Yes, a class can be declared as private. However, it can only be accessed within the file it is defined.
| Is This Answer Correct ? | 0 Yes | 0 No |
What interface is extended by awt event listeners?
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
Explain the importance of import keyword in java?
What is flag in python?
What is the order of method invocation in an Applet?
What are decalarations?
What is the difference between a vector & an array list?
What is meant by string is immutable?
What is command line argument
What are wrapper classes in java?
What are predefined functions?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?