is this growing field and what is average package in this?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

How to write a function?

0 Answers  


What is bash coding?

0 Answers  


How to calculate the number of passed arguments?

0 Answers  


What is sed in shell script?

0 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); }

0 Answers   Wipro,






What is batch file programming?

0 Answers  


How to debug the problems encountered in the shell script/program?

0 Answers  


What is shift command in shell script?

0 Answers  


Explain about debugging?

0 Answers  


How do I run a .sh file?

0 Answers  


What is $1 in shell scripting?

0 Answers  


What are the different kinds of loops available in shell script?

3 Answers  


Categories