Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Topic :: Class





Class Interview Questions
Questions Answers Views Company eMail

how to explain soil classification

1 5237

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 3975

Why are the destructors for base class and derived class called in reverse order when the program exits

HCL,

2130

what is a class

6 7524

abstract 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 13835

difference between byte stream class and character stream class?

4488

There 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 6871

what are wrapper classes

2 3949

Can we create object of class with private constructor?

5 8488

public 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 4418

I 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.

Sapient,

2 6258

write 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.

2650

In java a final class is a class that cannot be derived. How can you make a similar class in C++

1 4080

create 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.

CTS, Delhi University,

2 5654

At what stage, operator can change the class and priority of a submitted job?

2 5595




Un-Answered Questions { Class }

Can you give names of Container classes?

2261


What is the SimpleTimeZone class?

2211


Highest level event class of the event-delegation model?

3955


Name the class that is used to bind the server object with RMI Registry?

2114


What class is used to create Server side object ?

2181


What are the steps to create classes?

2085


Tell me the Importent classes in net package?

1950


What are the scope of the class?

1946


You been asked to prepare a training class for completing expense statements. What points will you emphasize to insure accurate expense statements are submitted?

2258


what is the basic difference in the formation of spores in subclasses basidiomycetes and ascomycetes?

2267


how we can know the funcions available in a class recording java?

2191


Difference between Class Module and Standard Module?

2515


How would you create properties by using class Builder Wizard?

1925


Can DES be used to protect classified information?

1713


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?

2402