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 6663Post New Ramco Core Java Interview Questions
What is Scrum Sprint?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
What do you understand by join?
How do I check if log truncation is blocked in sybase?
What is one recover stage?
What does a senior database administrator do?
How you would go about writing your own button style?
List some features of ruby?
What is wisdom teeth problems?
wht type of User defined functions or Java Releated functions do we write in VB scripting
What exactly do you understand by robotic automation?
How many mysql connections can handle?
At design time how do you decide whether to declare a node in the component controller or in the view controller?
Why are callback functions used?
can you do fnd_request.submit_request from sql plus in oracle?