What is meant by memory leak?


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

Post New Answer

More Core Java Interview Questions

What is multi-catch block in java?

0 Answers  


How do you do math powers in java?

0 Answers  


Why string is called as immutable?

0 Answers  


Write a java program that prints all the values given at command-line.

0 Answers  


Are registers volatile?

0 Answers  






What is cloneable interface?

8 Answers  


What is a generic type?

0 Answers  


Explain about doubly linked list

0 Answers   Aditi Placement Service,


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  


What are different data types?

0 Answers  


What are java annotations?

0 Answers  


What is meant by stack and queue?

0 Answers   GrapeCity,


Categories