Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
2051How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }
6 9307what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
1 11752Post New TCS Java J2EE AllOther Interview Questions
What does adminclient api in kafka?
What are the advantages of zend framework?
How do you autowire annotation in spring?
What is a clique?
what is the head for stock trnasfer
What is a document header? : fi- general ledger
What is session in PHP. How to remove data from a session?
What is meaning of goal seek?
How do I write a formula in excel?
Draw transformer phasor diagram.(full load,no load)
How much ram can a 64 bit os use?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What are mt and mo in sms?
How long can arihant stay underwater?
What are the the issues associated with the map and reduce slots based mechanism in mapReduce?