What is generics in java interview questions?
No Answer is Posted For this Question
Be the First to Post Answer
Explain features of interfaces in java?
How does class forname work in java?
What is parsing in grammar?
Is math an abstract class in java?
What are the topics in advance java?
What is the effect of keeping a constructor private?
Why can't we make a class private in java?
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 are Transient and Volatile Modifiers?
3 Answers SAP Labs, TUP Manila,
What are the operands of instanceof operator?
What is abstraction with strong example program? (not a general program)
What is percentage in java?