Hi Friends, Can u give few interview questions which relates ArrayList and Hashmap. I mean how to link ArrayList and HashMap.I know this is not good way of asking questions like this , but i need
1 5458How to write message without using message class in report? How to go to edit mode in classical display report, means that how to edit one of the column after displaying classical report, not in ALV.
1 7534How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }
2380Post New Wipro Interview Questions
WHY WE USE {} AT THE STARTING OF C PROGRAM
Define ferrite?
How to get the index of an array element?
Tell us what is substrate?
How bjt can be used as an amplifier.
What is the difference between br and br />?
Explain the difference between "set" logic, and "procedural" logic. When would you use each one and why?
What are the important annotations in spring?
What is stl stack?
why did you choose this specific project?
Why do we need autowiring in spring?
Tell me what does the scope of variables means?
Explain which type antenna uses in mobile communication
How to use two databases into a single application?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?