What is file in java?


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

Post New Answer

More Core Java Interview Questions

What is the difference between stringbuffer and stringbuilder class?

0 Answers  


What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

1 Answers  


What are the two types of java?

0 Answers  


what is meant by Byte code concept in Java?

0 Answers   Aspire,


How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?

0 Answers   Global Logic,






What is the history of java?

0 Answers  


What is a numeric string?

0 Answers  


How many ways can an argument be passed to a subroutine?

3 Answers   Technological University of the Philippines,


What is the difference between @before and @beforeclass annotation?

0 Answers  


what is Thread?

6 Answers  


what is mena by object block any what is the use of that

0 Answers   CGI,


How can you say java is object oriented?

0 Answers  


Categories