Abhay Agarwal

Ranch Hand
+ Follow
since Feb 29, 2008
Abhay likes ...
Eclipse IDE Java
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
80
Received in last 30 days
0
Total given
10
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Abhay Agarwal

Hi

I want to design SOA and OSB components using any designer tool.
Is any designer tool available ?

Thanks
7 years ago
Hi

Does Order of closure of DB resources in JDBC transaction have any adverse (unwanted or erroneous) effects ?

For example - if I close statement first and then result set later .... will cause any error ?



Thanks
Writing your own implementation (for which there is already an established method in JDK API) can have disadvantages - your method may have bugs where as JDK API method is already tested by Java API creators....
8 years ago
May be due to Performance issue ... you may have a piece of code which call internal JDK API method (or any 3rd party API method ) for string generation and that method is taking too much time ... so you want to write your own String generation method to overcome that performance bottleneck ...
8 years ago
when you want to handle string manipulation yourself (want to have full control over string generation), rather than handling the control to internal JDK API method....
8 years ago
Study Oracle JPA exam ...
Read past JPA exam experiences in CodeRanch forum. For example- below mentioned is the URL to my past experience
https://coderanch.com/t/659429/OCEJPA/certification/Passed-exam
Hi

I am not able to find Oracle Weblogic server 11g Documentation online.
Please share the link with me.

Thanks
Abhay Agarwal
8 years ago
Hi

I want to prepare for 1Z0-802 exam (Weblogic 11g Admin exam).
Please guide me to best resources/books/online links available for this exam.

There is one book "Weblogic Server 11g Administration Handbook by Sam Alpati (TMH Oracle Press)" book. Is it a good book for this exam ?

Thanks
Abhay Agarwal
8 years ago
Thanks for the reply.

Our book actually as a full chapter of study tips.


Nice to hear this ....
Thanks for the reply.

The table of contents indicates which parts of the book you need to read for the 1Z0-810 (upgrade from Java 7).


This is perfect....
Thanks for the reply.

We also have a table in our book mapping the objectives to specific chapters.


This is good as book reader can quick select topics he wish to read.