Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

i policy Interview Questions
Questions Answers Views Company eMail

How TCP stablish connection?

5 11504

What are Ports?There functions.

13 20019

what is active directory?

12 20662

Post New i policy Interview Questions




Un-Answered Questions

Do you know what is cdma? Explain the technology?

381


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 ?

2168


How do you rotate a microsoft word document?

298


What do you mean by dental caps or crowns?

459


A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization

552






What is the difference between function and stored procedure in sql server?

478


In Plumbing services What are accessories we consider for a bathroom?

1540


What is rowmapper in spring jdbc?

166


what are Joomla Modules?

100


What is sizing in SAP HANA?

165


Why we are using only Dyn11 tranformer in distribution system but not using a Dyn1 in distributing system?why not and advantage and disadvantage in both

2309


How does ant read properties? How to set my property system?

35


If a 3 phase induction motor is in off condition in the conveyor and rotor of the motor keeps moving with the conveyor than the resistance of windings of motor varies. why is it so ??

1550


Explain acid property? : Client server computing

565


Is the session object always created on the jsp page, is it possible to disable its creation?

502