In the absence of both the President and the Vice=President, who shall act as the President of India? (a) Prime Minister (b) Speaker of the Lok Sabha (c) Chief Justice of the Supreme Court (d) Deputy Chairman of Rajya Sabha
11 47746The main contribution of the Chola dynasty in the field of administration lies in (a) Systematic provincial administration (b) A well planned revenue system (c) A well organized central government (d) An organized local self government
1 7872The book ?Cricket My Style? is written by 1 Sunil Gavaskar 2 Sachin Tendulkar 3 Kapil Dev 4 Mohinder Amarnath
15 30911A jet engine works according to the principle of (1) Mass (2) Energy (3) Linearmomentum (4) Angular momentum
3 13493When a square wave is applied to primary of a transformer then what will be output wave form of secondary ?
15 52185. The Rajya Sabha member must have completed the age of a (1) 21 years (2) 25 years (3) 30 years (4) 35 years
2 9730. In the case of a ‘Test-tube baby’ (a) Fertilization takes place inside the test-tube (b) Development of the baby takes place inside the test-tube (c) Fertilization takes place outside the ‘mother’s body (d) Unfertilized egg develops inside the test-tube
2 12246Hi all, I am appearing for SAIL examination for Management trainees in Mechanical Engg. I shall be obliged if anyone provides me previous year's question papers.
3 8105Post New Sail Interview Questions
Explain how many global catalog servers should I deploy?
What is Unlimited Company?
How to drop an existing table in oracle?
Explain the input procedure?
Explain .net mobile events? : Microsoft dot net mobile
What are the limitations of rdbms?
How can variable type be checked at the runtime?
Explain the steps involved in placing a servlet within a package?
i want to know that how the height of Ct ,cvt ,LA calculated on the basis of creepage distance
How do you debug a procedure in sql server?
How do you understand by bias variance trade off?
Is multiple inheritances possible in python?
What is the purpose of a default constructor?
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 ?
How would you explain a kernel to a non-technical person?