Enkita mody

Ranch Hand
+ Follow
since Aug 06, 2012
Enkita likes ...
Firefox Browser Windows XP 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
27
Received in last 30 days
0
Total given
88
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Enkita mody

Andy James wrote:Congratulations to you!

Did you get any questions on CLASSPATH?

Cheers,
Andy



No , that is not in syllabus.
11 years ago

Phil English wrote:Could you create a new order class which has type and quantity fields? You could then create order objects and then place these into a hashmap?



Yes,it worked.Thanks
11 years ago


---------- java ----------
Bru
Nescafe
6
3
Connection closed

Output completed (1 sec consumed) - Normal Termination

Here i've to declare two separate HashMap objects to store and iterate individually.How could i do in one HashMap ?
Thanks
11 years ago
I am wondering.. is there any meaning of Map DOT Entry(Map.Entry) identifier ?
Source:http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html
11 years ago
Happy daywali
11 years ago
How were questions quality ? bad or good as oca ?

I'm sure time is also not sufficient to solve such rough questions.
11 years ago
I had read that JdbcRowSet objects are by default scrollable and updatable, so it is used when a ResultSet object doesn't support these capability.

Suppose i have a ResultSet object but it doesn't support scrollable capability now i think about JdbcRowSet object as it has that capability but it takes a ResultSet object in constructor parameter and this ResultSet object must have scrollable capability ? it looks deadlock.it is impossible.
11 years ago