What is variable and example?


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

Post New Answer

More Core Java Interview Questions

What are the restrictions imposed by a Security Manager on Applets?.

0 Answers  


When does an object becomes eligible for garbage collection in java?

0 Answers  


How to make a class immutable?

15 Answers   Bosch, TSYS,


How a variable is stored in memory?

0 Answers  


Why is java multithreaded?

0 Answers  






can write code for serialization ?

1 Answers   HCL, MegaSoft,


what is Vector class?

2 Answers  


What is :: operator in java?

0 Answers  


In C we use only compiler. Why java uses both compiler and interpreter? What is its significance?

5 Answers  


What is re-factoring in software?

0 Answers  


what happens when we add the objects morethan the size limit to a hashmap

1 Answers  


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  


Categories