What exactly do you mean? I'm pretty sure the answer to your question is yes, but it was kind of vague. Check out the java.io.File object, which is used to represent both files and directories on a file system.
Hmm, that's even more vague, all programming languages that I know of support data structures. Are you asking if JAVA has the ability to define data structures like C/C++ such as:
struct my_struct {
members;
};
(which you can handle completely with a class),
Or since you mentioned files earlier, if Java can read a certain type of data from a file?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.