What does file separator do in java?


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

Post New Answer

More Core Java Interview Questions

how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

0 Answers   Google,


Write a program to find the greatest of three numbers in java?

0 Answers  


why should we get the following error ? Exception in main method NoClassDefFoundError:classname could anyone give the detail clarification on how java compiler can look for .class file?

2 Answers  


How strings are created in java?

0 Answers  


Are private methods final?

0 Answers  






How to Sort Strings which are given in List and display in ascending order without using java api.

1 Answers   LIC,


What is an immutable object?

0 Answers  


why applet doesn't have main? isn't possible a program with out main?

9 Answers   TCS,


Can we modify the throws clause of the superclass method while overriding it in the subclass?

0 Answers  


What java ide should I use?

0 Answers  


What are generic methods?

0 Answers  


What are the types of classes in java?

4 Answers   HCL,


Categories