Sean Corfield wrote:Your best bet is to join the LightTable Discussion group and ask there:
http://groups.google.com/group/lighttable-discussion
Aneek Banerjee wrote:Lets say if I make the instance variables final.Will it be count as Encapsulation?
Aneek Banerjee wrote:What is the way other than Access modifiers to implement Encapsulation in Java?
Jigar Rathod wrote:tes/xcom folder is having 3 things :
A.java ; A.class ; B.java
------A.java
package xcom;
public class A{}
-------B.java
paclage xcom;
public class B extends A{}
now this thing works if you are in test folder
javac -classpath . xcom/B.java
i modified a bit
javac -classpath xcom/A.class xcom/B.java
this doesn't work
why???
Amanda Mosby wrote:I am preparing for OCAJP(1z0-803) and OCPJP(1z0-804), i am currently studying using Oracle Certified Professional Java SE 7 Programmer Exams 1Z0-804 and 1Z0-805: A Comprehensive OCPJP 7 Certification Guide by S G Ganesh and Tushar Sharma, I have following queries
Is the above one book enough for preparation of OCPJP7 or do i need any other book?, please mention Are there any mockup or test available from the Oracle Press Which mockup is/are best for preparation of OCPJP(804+803)?
Few of the one i am able to find out are
Enthuware (seperate mockup for both exams) Java Certifications (only 1 mockup for both ) Whizlabs (seperate mockup, with combine discounted)
Are they any apart from the above mockups?
Please do mention.
Deepa Sreedhara wrote:Hi,
Can anyone suggest the best online provider for OCPJP6 certification comparing the mock test materials , cost, etc.