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 |
Explain about stdin, stdout and stderr?
How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.
Hi, i want to zip the files that generates automatically every few minutes (files generated are in .arc extension)....any body write a script for this... thanks in advance
What is the difference between a 'thread' and a 'process'?
How would you print just the 25th line in a file using smallest shell script?
write a shell script to identify the given string is palindrome or not?
17 Answers CTS, HP, IBM, InfoEst, Wipro,
What shell is bin sh?
What are the different types of shell scripting?
What is bourne shell scripting?
write a shell script to find the largest number from 3 given numbers.
how to get part of string variable with echo command only?
What is a shell made of?