What are the two categories of data types in the java programming language?
No Answer is Posted For this Question
Be the First to Post Answer
How applets will communicate with each other?
public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
What is the byte range?
How many types of syncronization?
What is string value?
how are methods defined?
Is java a virus?
What is a war file?
What is basic concept of static in java ?
What is the disadvantage of java?
explain how many oops concepts available in java with realtime scenarios?
What are the different types of java?