How does class forname work in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can private class be extended java?
Why is string builder not thread safe?
Why singleton is not thread safe?
Explain the hierarchy of java exception classes?
What are teh sub-classes of a component class?
System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...
What do you mean by constructor?
What is mysql driver class name?
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
Is it possible to write a regular expression to check if string is a number?
Why java is platform independent? Explain.
What is locale in java?