Data Types and Variables In Java, the word true is ................ A Java keyword A Boolean literal Same as value 0 Same as value 1 A Java keyword A Boolean literal Same as value 0 Same as value 1 ANSWER DOWNLOAD EXAMIANS APP
Data Types and Variables Which of the following automatic type conversion will be possible? short to int int to long long to int byte to int short to int int to long long to int byte to int ANSWER DOWNLOAD EXAMIANS APP
Data Types and Variables What will be the output for the below code ?1. public class Test{2. public static void main(String[] args){3. byte i = 128;4. System.out.println(i);5. }6. } 0 None of these Compilation fails with an error at line 4 Compilation fails with an error at line 3 128 0 None of these Compilation fails with an error at line 4 Compilation fails with an error at line 3 128 ANSWER DOWNLOAD EXAMIANS APP
Data Types and Variables Java is a ........... language. strongly typed moderate typed None of these weakly typed strongly typed moderate typed None of these weakly typed ANSWER DOWNLOAD EXAMIANS APP
Data Types and Variables Size of float and double in Java is 64 and 32 32 and 64 32 and 32 64 and 64 64 and 32 32 and 64 32 and 32 64 and 64 ANSWER DOWNLOAD EXAMIANS APP
Data Types and Variables Size of int in Java is 32 bit 64 bit 16 bit Depends on execution environment 32 bit 64 bit 16 bit Depends on execution environment ANSWER DOWNLOAD EXAMIANS APP