can we make a class static without using static keyword?
Answer Posted / darwin
no not at all possible with this present java framework
format.. it coukd be possible only in future if they
enhances that option to do so.. and additionallly no outer
class can be static. you can also check by compiling in
java compiler...
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What type of loop is a for loop?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
Is enum a class?
can inline function declare in private part of class?
what are the different types of qualifier in java?
Write a program to reverse a string using recursive function?
Why oops is important?
Whats is abstraction in oops?
What is destructor in oop?
What are objects in oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is a null tree?
What is oops in simple words?
What is and I oop mean?
What is class in oop with example?