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

BRIEFLY EXPLAIN THE STORAGE CLASSES AND THEIR TYPES IN C

2348

Can a class extend abstract class or interface? why

Wipro,

4 9703

how the class is instance of object?

2505

I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?

3 6484

What is Class and accuracy in CTs? Types of Classes and important of Classes?

2 6762

Can we write Structs application without using Action Class directly or indirectly(extends Action class)

5 10074

public class ActionSearchBean extends GenericSearchBean { @Override public String search() { data.setRowCount(null); if(data.getRowCount()==0){ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } return "searchAction"; } @Override public String clear() { data.setRowCount(null); if (data.getRowCount() > 0){ data.getNoRecordFound().setRendered(false); data.getDataScroller().setRendered(true); }else{ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } data.setModel(new ActionDTO()); data.setRowCount(null); return "searchAction"; } } what is the purpose of @Override ...what will do @Override here ?

Sony,

2476

public class ActionDTO extends GenericDTO implements Serializable,Auditable { // default serial version id, required for serializable classes. public static final String ACTION_SUSPEND = "SPN"; public static final String ACTION_DEREGISTER = "DRR"; public static final String ACTION_REINSTATE = "REI"; private static final long serialVersionUID = 1L; private Long actionId; private long accountId; private Date actionDate; private String actionType; private String remarks; private AccountDTO account; public ActionDTO() { } public ActionDTO(Long accountId, String action, String remarks, String updatedBy) { setAccountId(accountId); setActionType(action); setActionDate(new Date()); setRemarks(remarks); setUpdatedBy(updatedBy); } public Long getActionId() { return this.actionId; } public void setActionId(Long actionId) { this.actionId = actionId; } public long getAccountId() { return this.accountId; } public void setAccountId(long accountId) { this.accountId = accountId; } public Date getActionDate() { return this.actionDate; } public void setActionDate(Date actionDate) { this.actionDate = actionDate; } public String getActionType() { return this.actionType; } public void setActionType(String actionType) { this.actionType = actionType; } public String getRemarks() { return this.remarks; } public void setRemarks(String remarks) { this.remarks = remarks; } // bi-directional many-to-one association to AccountDTO public AccountDTO getAccount() { return this.account; } public void setAccount(AccountDTO account) { this.account = account; } @Override public String toString() { // TODO Auto-generated method stub return null; } } what is the purpose of @Override public String toString()...and what will do here ?

Sony,

2592

what isthe difference between c structure and c++ class

5 10476

Can we write class for vb script in Quick Test Professional?

JPMorgan Chase,

2 12164

Wats the diff between sealed class and private class in inheritance

iSoft,

7 36651

WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.

11 16681

7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?

CSC, Nagarro, RBS,

4 9383

Can an abstract class have a constructor?

RBS, Wipro,

1 9638

explain Anonynous inner class?

TCS,

6 9604




Un-Answered Questions { Class }

Can you give names of Container classes?

2321


What is the SimpleTimeZone class?

2294


Highest level event class of the event-delegation model?

4022


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

2185


What class is used to create Server side object ?

2268


What are the steps to create classes?

2175


Tell me the Importent classes in net package?

2013


What are the scope of the class?

2019


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

2319


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

2339


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

2247


Difference between Class Module and Standard Module?

2640


How would you create properties by using class Builder Wizard?

2006


Can DES be used to protect classified information?

1775


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?

2525