What is character in data type?
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..
Why arraylist is not synchronized in java example?
How to check if a list is sorted in java?
Can a java program have 2 main methods?
Can we have this () and super () together?
When the constructor of a class is invoked?
When should you use arraylist and when should you use linkedlist?
Explain the difference between scrollbar and scrollpane?
What is the internal implementation of set in java?
Can we serialize singleton class?
How many types of array are there?
Why unicode is important?