How many bits is a boolean?
No Answer is Posted For this Question
Be the First to Post Answer
What is tochararray in java?
Is a class an object?
What is the root class for all Java classes?
What is jvm? Why is java called the platform independent programming language?
how can i connect to database in a applet ?
If you do not want your class to be inherited by any other class. What would you do?
solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..
What is Java exception handling?
What are scalar data types?
What is a nonetype?
Explain abstract class in java?
What is a list in java?