Answer Posted / gandhi gorantla
Yes we can,try it
class d
{
static{
System.exit(0);
}
}
it compiles and executes without error in java.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Explain how can you check to see whether a symbol is defined?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is the difference between abs() and fabs() functions?
difference between native and cross compilers
What is use of integral promotions in c?
What is getche() function?
What is the use of getchar() function?
Difference between Function to pointer and pointer to function
Why static is used in c?
List the difference between a "copy constructor" and a "assignment operator"?
What is a macro in c preprocessor?
When can you use a pointer with a function?
What is a const pointer?
What are loops in c?