What does snprintf return?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of default constructor?
diff b/w sleep(1000) and wait(1000)?
When should I use singleton pattern?
Write a program to print the pattern given below
What is difference between “==” and equals()?
What is set string?
Write a java program for binary search?
What is the difference between the paint() and repaint() methods?
What is anagram of a string?
What method is used to know the status of Checkbox(i.e it is checked or unchecked)?
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
Explain the init method?