1. What modifier should be applied to a method for the lock of the object 'this' to be obtained prior to obtain of the method body?

2.which can not be used in declaring and initializing an automatic variable?

a.final
b.public
c.constant of non-primitive type.
d.inner class from other scope
e.initialized arrays (such as{"Hello","Goodbye"})