justify c is portable
Answer / deepakkumar1887
yes, c is protable for device configuration not for platform
| Is This Answer Correct ? | 2 Yes | 0 No |
Can an anonymous class be declared as implementing an interface and extending a class?
I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one
Why we go for collections in java?
What is array in java?
Name the runtime exceptions that occurs frequently?
What is meant by class loader? How many types are there?
What are constants?
Is object a data type?
List the features of java programming language.
What is meant by throwing an Exception?
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
What are Brief Access Specifiers and Types of Access Specifiers?