ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
 Categories  >>  Software       
 
  Programming Languages (2978)   Scripts (1265)   Networking (653)   Microsoft Related (3573)   Databases (2978)
  Operating Systems (1756)   Testing (10305)   Servers (120)   MainFrame (2441)   Java Related (2520)
  Middleware (88)   Web Related (289)   Data Warehouse (2616)   HR Questions (247)   Software Design (340)
  Debugging (39)   Version Control (85)   Editors (27)   Telecom (207)   ERP CRM (6701)
  Embedded Systems (256)   Client Server (92)   Artificial Intelligence (32)   Cryptography (235)   EAI (169)
  Multimedia (25)   Software Development Life Cycle (167)   Image Processing (16)
 
Suggest New Category 
 


 

View Page with Answers
  Question  Asked @ Answers Views     select
 
What is causing Location Update(LU) delay when a roamer try to latch to a visited network?  0  6
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  0  6
public class ActionSearchBean extends GenericSearchBean<ActionDTO, Long, ActionDTO> { @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  0  6
Hi my doubt is that preparedStatement is a interface means which has no implemenation.plz go thru the code below String sql = "SELECT * FROM movies WHERE year_made = ?"; prest = con.prepareStatement(sql); prest.setInt(1,2002); ResultSet rs1 = prest.executeQuery(); Now setInt and executeQuery how it works since it is interface it does not have implementation how it works, how executeQuery returns result from database as executequery method has no implementation even in Statement interface. Hexaware  0  6
What is the full form of "SPA/GPA" Paramaters.  0  6
my intermediate is mpc and my graduation is bcom and pg is mba. learnt sap bw and abap. tell me the interview questions for the same?  0  6
As a basis consultant what are the roles and responsibility's looking in to EP(EP monitoring, and trouble shooting and how to connect please let me some thing anybody plz help me) IBM  0  7
when 200 testcases are to be written in a single day, then what will you do?  0  28
difference between regression and retesting?  0  8
specify another matrix/table used for same functionality as of tracibility matrix?  0  8
what is the entry and exit criteria for system testing in v model  0  9
What is user defined functions in Load Runner ? Give some Examples ?  0  9
what is call back in alv?  0  6
how to restict the data display in smart form like if i want to display directly in secondary window.  0  5
how many subscreens we can create in a main screen?  0  6
E-Mail New Answers        Answer Selected Questions       
 
 [1]    2  ... 180   ... 359   ... 538   ... 717   ... 896   ... 1075   ... 1254   ... 1433   ... 1612   ... 1791   ... 1970   ... 2149   ... 2328   ... 2507    Next
 
 
 Software interview questions   Software Interview Questions  Sciences interview questions   Sciences Interview Questions  Engineering interview questions   Engineering Interview Questions
 Business Management interview questions   Business Management Interview Questions  Accounting interview questions   Accounting Interview Questions  Advertising Media interview questions   Advertising Media Interview Questions
 Architecture Design interview questions   Architecture Design Interview Questions  Call Centre interview questions   Call Centre Interview Questions  Fashion Modelling interview questions   Fashion Modelling Interview Questions
 Government interview questions   Government Interview Questions  Law interview questions   Law Interview Questions  Tourism Hotel interview questions   Tourism Hotel Interview Questions
 Everything Else interview questions   Everything Else Interview Questions  Aptitude Questions interview questions   Aptitude Questions Interview Questions  Placement Papers interview questions   Placement Papers Interview Questions
 Certifications interview questions   Certifications Interview Questions  Visa Interview Questions interview questions   Visa Interview Questions Interview Questions  Code Snippets interview questions   Code Snippets Interview Questions
 Entrance Exams interview questions   Entrance Exams Interview Questions  ERRORS interview questions   ERRORS Interview Questions
 
 
 
Un-Answered Questions
 
 Question Views Asked at   Select
 
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE? 341 HCL
You are entered a credit memo posting to vendor who is linked to a customer on 1st of May 2003 for your company code but you have not specifically entered the same data in customer till now. You have lots of entries appearing in the vendor and customer account prior to that date of May 2003 also. You are making a manual payment to the vendor ? select out of the following which statements are correct. a. Credit memo document will get the special payment term as per vendor master definition. b. Customer items will not be shown while paying the vendor as customer is not linked. c. Customer items will be shown only postings after the date 1st May 2003. d. All items of customer and vendor will be available for payment provided payment is same from 1st May 2003. e. All items of customer and vendor will be available for payment provided Special GL items are also selected in selection screen irrespective of the activation date. 284  
Hi all, Do anybody know how to test JDBC protocol application which doesnt have any UI with LR.I want to test it for performance.Do i need to develope any UI to trigger that process or is there any other way around??Please help me 263 Goldman-Sachs
what is the data model and how it is use ? 143  
how to transfer smartforms? 116 Satyam
how can the client export files be created at OS level. 45  
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this 70 Livetek
How does SESAME relate to the CORBA Security service? 1539  
what is the role of a performance tester in web application,pls explain advantage of testing tool rather doing it manually 171  
What directory is the ActiveForm in ? 133  
explain the basic QA plan to co-op with development plan for effective delivery of the product 150  
Have you ever tested 3 tier applications? 101  
describe the problem of race condition in an operating system and discuss TWO methods of addressing it 280  
Types of cursors in DAO? 112  
How to Select an item in a TListView when the checkbox is checked ? 125  
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul 176 TCS
C program to find all possible outcomes of a dice? 213  
What r the mandatory fields in TD? 162  
In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } } 226 WinsIndia
Have you done exploratory or specification-driven testing? 95  
E-Mail New Answers        Answer Selected Questions
 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com