What are the 4 basics of OOP?
Answer / pavan
1.Data Abstraction
2.Data Encapsulation
3.Polymorphism
4.Inheritance
| Is This Answer Correct ? | 19 Yes | 3 No |
what are special characters and explain how does text varies by the usage of single quotes,double quotes and back quotes?
How do I edit a .sh file?
What does path stand for?
How to customise the existing shell?
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
What is the difference between break and continue commands?
What are the different kinds of loops available in shell script?
What does the sh command do?
What are environment variables?
How many prompts are available in a UNIX system?
shell script for reverse the string
What is the default shell of solaris?