What is character in data type?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

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..

2 Answers  


Why arraylist is not synchronized in java example?

0 Answers  


How to check if a list is sorted in java?

0 Answers  


Can a java program have 2 main methods?

0 Answers  


Can we have this () and super () together?

0 Answers  


When the constructor of a class is invoked?

0 Answers  


When should you use arraylist and when should you use linkedlist?

0 Answers  


Explain the difference between scrollbar and scrollpane?

1 Answers  


What is the internal implementation of set in java?

0 Answers  


Can we serialize singleton class?

0 Answers  


How many types of array are there?

0 Answers  


Why unicode is important?

0 Answers  


Categories