What methodology can be utilized to link to a database?
No Answer is Posted For this Question
Be the First to Post Answer
Which class cannot be a subclass in java?
Hi Friends.. can any one provide the real time example for methodoverloading and methodoverriding .........
In C we use only compiler. Why java uses both compiler and interpreter? What is its significance?
Program to find greatest prime number in n numbers?
Explain java thread life cycle.
What is an example of a boolean?
What is the difference between throw and throws? What is the similarity between try and throw?
What is Locale class?
What is light weight component?
suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible
Can we override constructors in java?
What is string args [] in java?