Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
2048How 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 9305what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
1 11750Post New TCS Java J2EE AllOther Interview Questions
What is DB Development software?
What are the basic object types?
What does 2x resolution mean?
What do you mean by Frame 5 Gas Turbine as well as Mark II.
Which date function advances a date, time or datetime value by a given interval?
Explain MOSS?
Mention what is screen flow logic in sap testing?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
What is encapsulation process?
In which medium the velocity of sound is large?
What is factless fact tables?
Tell me will a comparison of an integer 12 and a string "13" work in php?
Types of Session handling methods in Django?
What is the relation between member tables with order table?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?