How do you achieve polymorphism in java?
How many hours should a person sleep?
Mention some types of transformation?
What is the difference between data source and database?
a new comer joined in ps consultant role, whats his first job and duty? how he can explain the project details to others? i requesting all the experienced consultants please post the your real time faced attitude and job based problems for getting the morality from you people. please post the answers
How 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); }
Where are dll files located?
How would you reverse the characters of an array?
Why do you need a biological shield in nuclear plants?
What does tuple mean?
What are all include taxation...? What is to be noted in the taxation...? Hints would be highly appreciated.
Explain capacitance, inductance, resistance.
How do you debug an web based application?
What is the difference between row and column?
How do I host a website using iis?