Description: programming languages Online Quiz - 93 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
An applet will run in almost any browser because...
A program written in the Java programming language can run on any platform because...
When a program class implements an interface, it must provide behavior for...
Servlets are typically used for...
When a program class implements an interface, it must provide behavior for...
Servlets are typically used for...
A program written in the Java programming language can run on any platform because...
What is an Applet?
Which method will a web browser call first on a new applet?
What is Java?
Java runs on _______.
The BorderLayout class provides static fields for...
An applet will run in almost any browser because...
What is the advantage of using import statements?
The command mkfs is used for ?
Output of the following program ? #!/user/bin/sh x=22 y=28 z=5 ((z =x+y + z)) echo $z
The brk() system call is used for the following process management
n below mentioned nice values of the processes, which is having the highest priority ?
Predict the output of the following program code
The shell metacharacter $# represents ?