What is gui scripting?
No Answer is Posted For this Question
Be the First to Post Answer
What is a scripting language simple definition?
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); }
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What does debug script mean?
What is the equivalent of a file shortcut that we have a window on a linux system?
How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)
How do I run a powershell script?
What is egrep?
How to get the first line from a file using just the terminal?
Is SSO and SSL support BOXI?
State the advantages of shell scripting?
How to print pid of the current shell?