Is java written in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do you use, call, and access a static method in Java?
What is ‘has a’’ relationship in java?
What is lambda programming?
i need example for java abstraction. where we use abstraction and why we need abstraction.
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..
Is heap stored in ram?
Why set is used in java?
What is a variable and constant?
Why spring singleton is not thread safe?
What is udp in java?
What is super in java?
What is the purpose of file class?