programming languages Online Quiz - 77
Description: programming languages Online Quiz - 77 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
Who is the loose character in java??
JAVA 1.4 introduced the concept of Generics?
PHP is a client- side scripting language?
PHP stands for?
PHP is a loosely typed language?
Which are two statements for outputing the text in PHP?
Following code will result in: int a = 3.5;
Following code will result in: float a = 9/0;
The methods wait(), notify() and notifyAll() in Object need to be called from synchronized pieces of code.
A class cannot be declared