Can we declare main () method as non static?
No Answer is Posted For this Question
Be the First to Post Answer
What are access specifiers available in java?
explain what is transient variable in java?
What are assembly attributes?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
Explain java coding standards for variables ?
How do you convert an int to a string in java?
In java, how many ways you can take input from the console?
What is a superclass?
Garbage collection in java?
Define max and min heap, also the search time of heap.
How do you convert int to char in java?
how you will prevent inheritance is there any other way other than inheritance?