Answer Posted / vishnu datt
both are in different class in java. printf(); is used as
scanner class in java.
Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
Explain the difference between abstract classes and interfaces in java?
What is try-with-resources in java?
Implement a stack with push (), pop() and min() in O(1) time.
why would you use a synchronized block vs. Synchronized method? : Java thread
what do you mean by classloader in java?
What is double in java?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
Define the term string pool?
What does java se mean?
What is prime number in java?
how to write a program for sending mails between client and server
Why Java is not pure Object Oriented language?
What are methods of a class?
Can we assign null to double in java?
What are the kinds of polymorphism?