Can I declare class as static or private?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of skeleton and stub?
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"); } } }
can any one tell me when do u go for inheritance and polymorphism
I have a Person object with 5 variables and I want to store them in a file called Person.txt. What should I do?
How can we handle runtime exceptions? write one sample program? Can we write runtime exceptions beside the throws key word? if yes write sample program?
What is the default size of load factor in hashing based collection?
When does an object becomes eligible for garbage collection in java?
Can a double value be cast to a byte?
What is independent and dependent variables in research?
What is the default size of arraylist in java?
Why do we need singleton?
How do you compare values in java?