Answer:
b. obA.c 5;
d. ClassA.b=23;
f. ClassA.d = 99;
Step-by-step explanation:
Java is a programming language for object oriented programs. It is high level programming language developed by Sun Microsystems. Java is used to create applications that can run on single computer. Static variable act as global variable in Java and can be shared among all objects. The non static variable is specific to instance object in which it is created.