What is file class and what is its purpose?
Answer / janet
The File class is used to create objects that provide access
to the files and directories of a local file system.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain java coding standards for variables ?
What is a method header?
What are the different access modifiers available in java?
How to create an immutable class?
is java support call by reference and call by value, if supports please explain?
What is difference between checked and unchecked exception in java?
What does java edition mean?
How long will it take to learn java?
What is meant by class loader? How many types are there? When will we use them?
what is the difference between future and callable interface in java?
Explain class A{} class B{} class C{} all the three classes are saved in a single file name, what the name should i provide to the file ,in what file name should i run the program? Ple Explain
How can you take string into InputStream?