Home / Programming MCQs / JAVA MCQs / Question
G
Q. ___________ returns true if called on a file and returns false when called on a directory.
isFile() returns true if called on a file and returns false when called on a directory.
You must be Logged in to update hint/solution
Which Java method is used to convert an object to string?
The JDBC API is what allows access to a data source from a Java middle tier
What is an example of polymorphism?
Which of the following is true about servlets?
A valid identifier in Java language may contain which characters?
Which one loop is also known as Entry Control loop
Which of these is used to perform all input & output operations in Java?
What will be the output of the following code
Discusssion
Login to discuss.