veeresh soni wrote:I think you do not have all jar files required please check
Ankit Garg wrote:
The HTML shows list['0'] answer is :
So my question is why this time the single quote does not work with second program.
Did you set an attribute named list in any scope??
The HTML shows list['0'] answer is :
Given that a web application stores the webmaster email address in the
servlet context initialization parameter called master-email.
Which retrieves that value? (Choose all that apply.)
A. < a href='mailto:${initParam.master-email}'>
email me </a>
B. < a href='mailto:${contextParam.master-email}'>
email me </a>
C. <a href='mailto:${initParam[‘master-email’]}'>
email me </a>
D. <a href='mailto:${contextParam[‘master-email’]}'>
email me </a>
Ruben Soto wrote:The reason is that if you throw SQLException you are throwing a checked exception which is not declared by I1.m1() method, and if you throw IOException you are throwing a checked exception which is not declared by I2.m1(). When you implement I1 and I2 your m1() method must properly override both I1.m1() and I2.m1(). For that, your method must not throw any checked exceptions in this case (since there is no checked exception which is a subclass of both SQLException and IOException.)
himanshu kesarwani wrote:i am getting 65% in k&b tests given at the back of each chapter.......every one says that scjp 5 is simpler than k&b questions......so i think i can get pass at least.....!!
i just want to get tghe certification immaterial of what my % is.....
next month i hav to take the exam so kindly , SUGGEST ME ANKIT WHAT SHOULD I DO!!
Till now i was thinking even 65% is ok as real exam is easier than the mocks.....and the toughest questions are in K&B.
himanshu kesarwani wrote:HELLO,every one i need your help i want to know is 65% or 59% sometimes in k&b tests in the book is sufficient to clear scjp 5.
one more prob is there i m not getting any where the LIVING drag n drop QUESTIONS,i am sick of just reading about them i want to solve them...before exams!!
sharon daze wrote:Anyone please explain me why this code always goes into catch even exception is not thrown.
![]()
Ankit Dhebar wrote:Hello Can anyone please explain me the below code step by step otherwise It becomes difficult for me to understand.
Thanks !