Is a class a subclass of itself?
How to determine SGA site?
whats is mean by class.forName() whats the return type of class
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
If your ui seems to freeze periodically, what might be a likely reason?
How do you download stubs from a Remote place?
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?
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...
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Explain ioc concept?
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); } }
Explain Life cycle of Servlet Filter.
2 Answers InfoBrain, ITC Infotech,