What two classes are used to read data only?
No Answer is Posted For this Question
Be the First to Post Answer
What are methods?
When should I use a singleton?
What are autoboxing and unboxing? When does it occur?
Should database connections be singleton?
Are static members inherited to sub classes?
Can a class be protected in java?
What is thread safe java?
what is an object and how do you allocate memory to it?
Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?
What is the meaning of I ++ in java?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }
How to make a read-only class in java?