Answer Posted / sarika
Java is a high-level, object-oriented programming language
developed by Sun Microsystems. It is similar to C++, but
has been simplified to eliminate language features that
cause common programming errors. Java is a general purpose
programming language with a number of features that make
the language well suited for use on the Web.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Difference between string, string builder, and string buffer?
What is the difference between the size and capacity of a vector?
What is boolean used for?
What is null statement?
What is constant in programming?
What best practices should you follow while writing multithreaded code in java?
What is nullpointerexception?
What is generics in java interview questions?
What is the purpose of format function?
What is the difference between assignment and initialization?
What is matcher in java?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What is a ternary operator in java?
What all methods are used to prevent thread execution ?
What is arrays fill in java?