2,671 views
1 votes
1 votes
which of the following can not be declared static ?

a)class   b)object    c)functions    d)member variables

2 Answers

1 votes
1 votes
A. Class

In Java, only nested classes can be declared static.

Related questions

2 votes
2 votes
2 answers
3
Sanjay Sharma asked Feb 18, 2017
2,616 views
let x be an array of integer . which of the following can not be present in the left hand side of an assignment statementa)x b) x+i c) * (x+i) d) &x[i]
0 votes
0 votes
1 answer
4
Ramya balakmar asked May 14, 2017
1,897 views