what is default accessibility for a class? what is difference b/w viewstate and controlstate? what is the default access specifier for a top level class which are not nested into other classes?
2 3975Why are the destructors for base class and derived class called in reverse order when the program exits
HCL,
2130abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }
3 13835There are a class A. Another class B derived from it. Now if I do A a = new B(); and B b = new B(); What will happen in both the statements. And what is the difference between these two statements.
HCL,
3 6871public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why
2 4418I created a class which is inherited from interface IDisposable. Now if I use object of this class with using keyword. Then How the dispose method will get call. Does garbage collector call it or some else.
2 6258write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
2650In java a final class is a class that cannot be derived. How can you make a similar class in C++
1 4080create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 5654
Can you give names of Container classes?
What is the SimpleTimeZone class?
Highest level event class of the event-delegation model?
Name the class that is used to bind the server object with RMI Registry?
What class is used to create Server side object ?
What are the steps to create classes?
Tell me the Importent classes in net package?
What are the scope of the class?
You been asked to prepare a training class for completing expense statements. What points will you emphasize to insure accurate expense statements are submitted?
what is the basic difference in the formation of spores in subclasses basidiomycetes and ascomycetes?
how we can know the funcions available in a class recording java?
Difference between Class Module and Standard Module?
How would you create properties by using class Builder Wizard?
Can DES be used to protect classified information?
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?