kri shan

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

Recent posts by kri shan

Which cloud solution architect certification(Microsoft/AWS/Google) has more demand in the job market?
Where do I get the customer journey diagram/map templates (Using PowerPoint)?
5 years ago
Hi Doug, If we run the Java Concurrency code (Java Threads) continuously, it may ended up in dead lock situation. How to avoid deadlocks in this situation?
How to call abstract child class method in Parent abstract class ?


6 years ago
Tried this way too and it prints the employee object (not printing first name, last name and city values ).


7 years ago
JSP
No start tag for  </c:forEach> line 7
7 years ago
JSP
Can i access the bean property within forEach ?


7 years ago
JSP

employee list has List of Employee. Inner forEach loop is not printing the employee first name, employee last name and city in each iteration.







7 years ago
JSP
RegEx pattern for these Strings - one.two.three (or) onew.twos.trhhee.sdfour (or) fsdf.abcdr.trew.jffgh.qacd

This does not work  ((?:[a-z][a-z]+))
7 years ago
Whether Java.util.concurrent.CountDownLatch is the replacement of synchronized block ?
HelloWorld.getName() returns null.  new HelloWorld().getName() returns Tom.    How to  get name value using HelloWorld.getName() ?


7 years ago
Can we store the table data in the cache using Query Cache for reducing the db access?