Is empty .java file name a valid source file name?


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

Post New Answer

More Core Java Interview Questions

What is a newline character in java?

0 Answers  


what is the difference between future and callable interface in java?

0 Answers  


What is number data type in java?

0 Answers  


StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


Can an interface be defined inside a class?

0 Answers  






What do you mean by hashing?

0 Answers   Amazon,


Differentiate Vector and ArrayList?

6 Answers   Max Telecom, Wipro,


Why convert an applet to an application?

0 Answers  


What is boolean flag in java?

0 Answers  


How do I get 64 bit java?

0 Answers  


What is a parameter in a function?

0 Answers  


Is string pool garbage collected?

0 Answers  


Categories