Do we have pointers in java?
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by weak reference?
Can a static member function access member variable of an object?
Can we overload the main() method?
What if I write static public void instead of public static void in java?
what are the disadvantages of indexes in oracle?
0 Answers 3i Infotech, Wells Fargo,
What is google full form?
How does linkedlist work in java?
Which Math method is used to calculate the absolute value of a number?
Explain the usage of this with constructors?
What does @override mean?
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..
What is the difference between jfc & wfc?