What is a boot block?


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

Post New Answer

More Shell Script Interview Questions

What is scripting used for?

0 Answers  


what is the difference between writing code in shell and editor?

1 Answers  


How do you create a shortcut in linux?

0 Answers  


How do we delete all blank lines in a file?

0 Answers  


how to read systems current date and time

4 Answers  






Explore about environment variables?

0 Answers  


How can you get the value of pi till a 100 decimal places?

0 Answers  


What are the 3 standard streams in linux?

0 Answers  


Write a shell script to get current date, time, user name and current working directory.

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,


Explain about return code?

0 Answers  


What is another name for a bash shell script that you might see?

0 Answers  


Categories