In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
12 17981Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
2 8644what are the oops concept in java explain with real time examples
Accenture, Bosch, Consummate Technologies, CTS, Current Technologies, iNautix, Infosys, Kekran Mekran, QA InfoTech, RTRT, SofTech, Tech Mahindra, Thorogood, Timios, Wipro,
24 200635what is difference between colection and collections?
Amdocs, IBM, Infosys, Ipog Software, Polaris, Tech Mahindra,
25 72588I have a class which is abstract which contains only the abstract methods. This is similar to an interface. Then, if i have given a choice to choose one of them. Which one i have to choose and why?
4 7551We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.
2 6396When we can access the static data member without creating the object what is the need of the object in java.
5 9458
What is jdbc api?
What is a finally block?
Tell us something about different types of casting?
Is null == null in java?
What are wrapped classes in java programming?
What is stored procedure. How do you create stored procedure ?
What is backdrop?
How an object is serialized in java?
Can a constructor have different name than a class name in java?
What are basic data types?
What is predicate in java?
Can a class be private?
What is overloading and overriding in java?
Can we make main() thread as daemon?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?