Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) 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?
9 14194where to use join method and explain with real time senario?and programatical explenation also..
TCS,
1 4970In a container there are 5 components. I want to display all the component names, how will you do that?
2258
What is the purpose of file class?
What is @requestbody in spring?
When we serialize an object does the serialization mechanism saves its references too?
What do you mean by ‘hot deployment’ ?
How many types of memory areas are allocated by jvm?
What is thread pool in java with example?
Are spring beans singleton?
can I implement my own start() method? : Java thread
What are the purpose of introspection?
What is transactional in java?
What is the use of jprofiler?
What state does a thread enter when it terminates its processing?
how many ways can you deploy applications in websphere?
What are the functions of springs?
What is the purpose of @beforeresult annotation?