How can we use primitive data types as objects?


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

Post New Answer

More Core Java Interview Questions

What is the default value of byte datatype in java?

0 Answers  


What is a loop java?

0 Answers  


What are keywords in java?

0 Answers  


what is ennumaration?

2 Answers   Amdocs,


strings in java are objects.why?

2 Answers  






What are blocks?.

1 Answers   TCS,


What is final keyword in java?

0 Answers  


Is a string literal?

0 Answers  


What must a class do to implement an interface in java programming?

0 Answers  


What is difference between hash mapping and hash table?

5 Answers   NDS, Wipro,


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 does java doesnt suuport unsigned values?

0 Answers   ABC,


Categories