Code Snippets Interview Questions
Questions Answers Views Company eMail

How do you test for file properties in shell scripts?

1 2375

How do you do Boolean logic operators in shell scripting?

1 2096

How do you find out the number of arguments passed to the shell script?

1 2241

What’s a way to do multilevel if-else’s in shell scripting?

1 2111

How do you write a for loop in shell?

1 2080

How do you find out the current directory you’re in?

1 1922

What’s the command to find out users on the system?

1 1948

What’s the command to find out today’s date?

1 1962

How do you stop a process?

1 2040

How do you find out about all running processes?

1 2145

How do you stop all the processes, except the shell window?

1 2335

How do you define a function in a shell script?

1 1873

How do you read keyboard input in shell scripts?

1 2463

How does a case statement look in shell scripts?

1 2115

Consider the following markup:

London by night
A landscape of London by night
Is it valid? If not, can you explain why?

1 6921


Un-Answered Questions { Code Snippets }

What is Generic" J2ME architecture?

1829


Can we change the validator-rules.xml for our own validations in struts??

2330


how to test pierrot divisor

2242


Performance Algorithm A performs 10n2 basic operations and algorithm B performs 300 lg n basic operations. For what value of n does algorithm B start to show its better performance?

7320


Explain MIDlet Life cycle?

2346






Can I execute a XML?

341


How to swap two ASCII numbers?

2427


Code for Using Keyboard Events?

2115


how to copy form data between different pages

1661


how to transform XML Data into HTML

1888


how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.

2126


JasperETL how to install and create simple project explain me clearly fnds iam wtg for ur rply

3607


iam getting keyword or delimiter error while executing ICETOOL,provide me solution.

1382


Write a function that takes an array of integers and returns that array rotated by N positions. For example, if N=2, given the input array [1, 2, 3, 4, 5, 6] the function should return [5, 6, 1, 2, 3, 4]

1841


Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

4560