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
What are the types of pointers in c?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
How is a null pointer different from a dangling pointer?
Is c easy to learn?
What is the importance of c in your views?
Explain zero based addressing.
Explain the red-black trees?
Add Two Numbers Without Using the Addition Operator
What are the header files used in c language?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
Compare and contrast compilers from interpreters.
What are predefined functions in c?
Write a program to print fibonacci series without using recursion?
How can I prevent another program from modifying part of a file that I am modifying?