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 5452How 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 7531How 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); }
2375Post New Wipro Interview Questions
What is locking ?
Can we have different replication factor of the existing files in hdfs?
What is the name of the deer which is on th everge of extinction?
How can I sort items in a ListBox in WPF?
What is ibm db2 connect?
Explain value expression and method expressions?
Can you make a constructor final?
What is microsoft word explain its features?
What is an over accrual?
Explain system bootup in unix.
What port does the Web Server use?
What are the steps to configure homestead?
Write a program in python to produce star triangle.
What is data modeling and Reterminal integrity?
What is GIT version control?