Tag: programming languages
Questions Related to programming languages
-
Web class
-
Page class
-
Data class
-
Html classs
-
Session
-
Cookie
-
Web.config
-
Variable
-
float f=1.3;
-
char c="a";
-
byte b=257;
-
int i=10;
-
-128 to 127
-
(-2 power 8 )-1 to 2 power 8
-
-255 to 256
-
depends on the particular implementation of the Java Virtual machine
-
myprog
-
good
-
morning
-
Exception raised: "java.lang.ArrayIndexOutOfBoundsException: 2"
-
one
-
one, default
-
one, two, default
-
default
-
s3=s1 + s2;
-
s3=s1-s2;
-
s3=s1 & s2;
-
s3=s1 && s2