What is append function?
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by classes in java?
How can a gui component handle its own events?
Explain features of interfaces in java?
What is singleton class and how can we make a class singleton?
What is unicode?
How to split arraylist elements in java?
What is derived datatype?
What is difference between array and arraylist 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 can be object class inherited to all class in a program when java does not support multiple inheritance??
Is constructor inherited?
Hi friends, i am new to java. can you explain how java is secured.