Rufat Piriyev

Ranch Hand
+ Follow
since Mar 15, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Rufat Piriyev


What about this type solving?
12 years ago

zohaib khan wrote:Hi,

I pass SCJP with 59% but I am not happy with my score.

I want to get score 70-80% .

Is it possible to give SCJP exam again?



congrats !!! you are very lucky man
13 years ago
Congrats bro !!! glad for you
13 years ago

Mahendran Nivethitha wrote:Hi i got 85% in SCJP 6,am very happy,i refererred this website for studying,thanks a lot for the useful and valuable information. I want to ask one question , in my IC my name is Mahendran Nivethitha but in the Sun certification account it was like Nivethitha(firstname) Mahendran(lastname),
do i have to change this or just leave as it was?.
Please suggest me, i took exam on 20 may 2010 in singapore.


Congrats!!!
13 years ago

André Asantos wrote:Can I type:



I did not see it on Kathy Sierra's book...

bye,


you can sure you can use even hieroglyph

Sridhar Gudipalli wrote:source: (Examlab Diagnostic Test) Q4

Q. How many objects are eligible for Garbage Collector, after executing the Line-12 of the following program?


I am confused to solve this problem. Any clue would be highly appreciated.


I am confused too, but IMHO 0 object ?
There is a scheme but I 'm not sure 100%



Andrey Karayvansky wrote:Hi All,

Couple of days ago I prepared for my exam and wanted to set an appointment in one of our Prometric centers in Kiev. I was glad too see on Oracle site the price for the exam will be 125 USD (for emerging countries. I live in Urakine and it is one of them). I remembered my Prometric account (I did not passed exams since 2008) and tried to register for the exam. I stepped through the wizard, and on a summary page I saw that the price is 300 USD. No options, at all...

I wrote couple of letters: to prometric, to US oracle and to Moscow oracle. Promteric responded that the the price is 300$, Moscow oracle said that the price should be 125$ (Russia is also emerging country :-D , and also it is a node in our East Europe region), US oracle did not respond anything sane.

This situation is annoying me a lot. 300 and 125 $ is a big difference especially for my country. Oracle post the prices on their site, but I have no opportunity to buy a voucher!

Ok, these organizations are big and it is maybe difficult process to join them together, but today I checked the oracle prices for sun exam, and... They changed the prices! No emerging countries! 300$ for everyone regardless of location! Here is the link

Orcale prices for exams

Such treatment is not good! I did not planned to give so much money for this exam!

If someone have or had similar problems, please share your experience.



Hi Andrey . I live in Azerbaijan.
Today after reading your post I called to Softline Azerbaijan Prometric center and was disappointed. The exam price is 300$+tax It's near 380$.I was so angry. I can't understand,why in Russia where salary more than in former Soviet Union Republics the price is only 200$. I was very disappointed when I sought the price of exams Microsoft . Only 50$ per exam . I think it's pillage against the poor and young programmers who want developing themselves .
In K&B this topic isn't very good described . If you have JLS or Mughal SCJP you must check operator precedence. It says that unary operator doing first
this is from Mughal book:

Postfix operators [] . (parameters) expression++ expression--
Unary prefix operators ++expression --expression +expression -expression ~ !
Unary prefix creation and cast new (type)
Multiplicative * / %
Additive + -
Shift << >> >>>
Relational < <= > >= instanceof
Equality == !=
Bitwise/logical AND &
Bitwise/logical XOR ^
Bitwise/logical OR |
Conditional AND &&
Conditional OR ||
Conditional ?:
Assignment = += -= *= /= %= <<= >>= >>>= &= ^= |=

Flavio Luiz Maria wrote:Hi Philip, Welcome.

There is a nice list in the ranch: http://faq.javaranch.com/java/ScjpMockTests
I recomend The ExamLab http://examlab.tk/

Good Luck!



I think you must read K&B one time and try doing all the tests end of chapters . After you will have great background and ready to start doing mocks.Without preparing it's very hard to pass any exam generally and SCJP especially .
it's very sadly only 3% fail you . But don't be disappointed . You must pass it next time .
Congrats !!! Very good score
13 years ago
Congrats !!! You my hero
13 years ago
use -clasppath option when you compile A.java the option in classpath is the place where B.class is placed . If you want to use java command to call A.class inside JAR archive in the classpath you must use absolute path . It's very strange but I never forget when is problem first time was occur . I wasted 2 hours and then found it

Rajeev Rnair wrote:Dear friends,

I cleared SCP6 today with 91%. Most of the questions were tough and some were exceptionally tough. Almost all questions were tricky, so you have to read it again and again till you spot the trick.
Thanks to K& B book, Enthuware JQPlus, Devaka's exam lab and all ranchers here. I did all master exams, Exam lab, and all JQPlus mock exams. Some questions were in the same level of toughness as Examlab. Most of the questions were tougher than Master exam and more or less same toughness as Enthuware. Almost all questions (except one with coupling/cohesion ) were code based. Make sure you practice lot of code. I scored an average of 60 in Examlab, 75 (avg) for Master exams and 80(avg) for JQPlus.

I am sharing my experience with today's test!
1. I brought a bottle of mineral water with me but the guy at prometric told me that drinking water is not allowed while doing test . Either you can have it before test or you could have the rest after the test!
2. I was expecting plain paper and pencils, but I was provided with an erasable board and a marker. The marker would not even work some times. It was horrible
3. Somehow I managed to answer all Thread questions correctly. I got 7-8 questions on thread, synchronization, dead lock etc.
4. Inner classes with most weirdest combination appears every where. You need to know the in and out of inner classes.
5. One drag and drop was extremely tough with Files, directory etc.
6. None of the questions were same or nearly same from Master exam or any mock exams.
7. Lot of questions were from shadowing instance, final, static variables in sub class, sub interfaces, inner class extending outer class etc.
8. Nothing from Serialization
9. It took me 2:45 mins to answer the complete questions and got only few minutes to review the marked ones!
10. Don't skip the tough questions thinking you can revisit them later because some of the questions appear easy, but it may not be that easy once you start thinking deeply!

I have already started preparing for SCWCD. Planning to appear exam within couple of months!

anyways I am glad that this is finally over Time for a new signature!
Wish you all the best

-Rajeev



congrats Rajeev!!! I am glad for you but your words about level of questions have frightened me . Really all so terribly?
13 years ago