What is flush () in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


What is the difference between heap and stack memory?

0 Answers  


What is int lol?

0 Answers  


How to check if linked list contains loop in java?

0 Answers  


How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?

0 Answers  






Where is core java used?

0 Answers  


Define the term string pool?

0 Answers  


What is pre increment and post increment in java?

0 Answers  


How do you compare values in java?

0 Answers  


define polymorphism in java

0 Answers  


How does java enable high performance?

0 Answers  


what is the difference b/w static and final methods?

1 Answers  


Categories