Tag: technology
Questions Related to technology
-
Always returns a value.
-
Never returns a value.
-
Returns when RC is coded
-
I am skipping this!!
-
DO UNTIL
-
DO WHILE
-
ITERATE
-
Wrong question!
-
Using DROP
-
Using INITIALIZE
-
Using DELETE
-
Cant un-assign a variable
-
Read the stack and have a counter value
-
Using STACK.0
-
Using STACK.MAX
-
Usinf MAX function
-
TIME()
-
TIME(E)
-
TIME(L)
-
TIME(M)
-
using DEFINE
-
using DECLARE
-
Cant use alphanumeric variable in REXX
-
No need to define. REXX will deal them.
-
OR
-
AND
-
Exclusive OR
-
Exclusive AND
-
public class Circle implements Shape { private int radius;
-
public abstract class Circle extends Shape { private int radius;
-
public class Circle extends Shape {
-
public abstract class Circle implements Shape {
-
DROP
-
DELSTACK
-
DELETE
-
Cant delete a stack