How to set the permissions to a 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 are aggregate functions explain with examples?

0 Answers  


Why array is used in java?

0 Answers  


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


Can we convert stringbuffer to string?

0 Answers  


Write a program for recursive Traverse?

1 Answers  






can we create a instance for intwerface?

3 Answers  


How can be define MARKER interfce in java

1 Answers  


What are the steps involved to write rmi based programs?

0 Answers  


int a=1,b=10; System.out.println(a+b--);

12 Answers   HCL,


What is the difference between stored procedure & function?

0 Answers  


How do you square a number in java?

0 Answers  


What will happen if static modifier is removed from the signature of the main method?

0 Answers  


Categories