What is public static?
No Answer is Posted For this Question
Be the First to Post Answer
class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?
what is connection pooling with example?
How do you end a program?
what is the difference between static block and static method
How Vector class is synchronized,How to build user defined class as synchronized?
Write code to implement bubble sort in java?
Explain JMS in detail.
What is the use of static class?
What services that container provides?
Can I use % with real numbers?
What are abstract classes and anonymous classes?
0 Answers Flextronics, Thomson Reuters, Virtusa,
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }