What is the purpose of premetive data types in java?
Answer Posted / ravikiran(aptech mumbai)
primitive datatypes will allocate some memory in accordance
with the type of the variable
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Is java jre still free?
When do we use hashset over treeset?
what is synchronization and why is it important? : Java thread
Is space a character in java?
What is run time allocation?
What is thread safe java?
How do you define a method?
What is a boolean expression in java?
Compare overloading and overriding?
How would overload a function based on return type?
Give an example of use of pointers in java class.
What is a char in java?
what do you understand by the term string with respect to java?
What are meta-annotations?
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?