what is Dictionary? and what purpose it is used for?
Answer Posted / annappa
Directory is nothing but a ordinary file, but it contain
some infomation regarding file status, like User, group and
others permission. And also it have somemore information
regarding file like where the date in a disk, When user has
acces or modify the data.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can we use this () and super () in a method?
Is static a singleton?
What is comparator in java?
What is a line break?
Why do we need strings in java?
What is use of map in java?
What do you understand by classes in java?
What is the use of arraylist class in java?
What is polymorphism java example?
What is finally and finalize in java?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Can we change the value of static variable?
How does compareto method work?
Explain importance of throws keyword in java?
Can we assign integer value to char in java?