Is a class a subclass of itself?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Advanced Java Interview Questions

How to determine SGA site?

0 Answers   Wipro,


whats is mean by class.forName() whats the return type of class

6 Answers   SolutionNET,


when we applied start()method on a thread ,how does it know that to execute run()method on that object?

2 Answers   HCL,


If your ui seems to freeze periodically, what might be a likely reason?

0 Answers  


How do you download stubs from a Remote place?

1 Answers  






AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?

0 Answers  


In real time project when will we use Abstract class. and what are the difference between abstract and interface.

6 Answers   DELL, FCS, Polaris, Tanla Solutions, TCS,


Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...

2 Answers   HCL,


Where we can write Rmi registry in the code, without having to write it at the command prompt?

0 Answers  


Explain ioc concept?

0 Answers  


What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


Explain Life cycle of Servlet Filter.

2 Answers   InfoBrain, ITC Infotech,


Categories