Quantcast
Channel: Janeve.Me - Latest Comments
Browsing latest articles
Browse All 53 View Live

Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

Janeve George thank you replay.what i excepecting is how the object will be organised when based on collection type like if suppose i take set interface class which is TreeSet if i store the object in...

View Article



Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

Well that means deep diving into the internals of the Collection Framework. Usually you do not need to dive into detailed depths of a Collection class, but it is indeed good to know how a particular...

View Article

Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

what is collections..?

View Article

Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

sir i don't about collection please tell me in brief

View Article

Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

Collection - a group of similar objects. For example: list of students in a class; marks scored by a student in various subjects etc.. Java Collections are a way to store these information in a program...

View Article


Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

what is the difference between array and collections....?? and what is the relation between array and collections.

View Article

Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

Can you please also send me collection framework full details .

View Article

Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

Refer: http://www.janeve.me/articl...

View Article


Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

They both are ways to store a collection of items. For example names of students in a class. Few differences are:1. Arrays are of fixed size, while collections can have any number of items.2. Arrays...

View Article


Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

can't we call every class as collection class..?To call a class as collection class is that class must implements class interface..?

View Article

Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

Can we call a car a list of students? Can we call a chair a list of states in a country? Similarly.. a collection is an object/class but not the other way round.

View Article

Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

How to check internally collection framework for duplicate value in SET, LIST ???plz help me janeve sir.....

View Article

Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

If you are looking for a collection that do not store duplicates then you can use something like a TreeSet or a HashSet. So if you have a code something like this:HashSet<string> demoSet = new...

View Article


Re: Class.forName() and DriverManager.getConnection()

thanks bro

View Article

Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

Sir , can i get framework full details plz

View Article


Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

http://www.janeve.me/articl...

View Article

Re: Which Java collection to use? - Janeve.Me:Programmer & Agile Enthusiast

I think LinkedHashMap is important enough to be included; esp for LRU cache

View Article


Re: Understanding the dynamics of a team and leadership roles

Very well drafted ; useful to the team and team members particularly of an IT related field. Very good.

View Article

Re: Daily Stand-up: What, How, Who and When.

Role of Transition Manager in Daily standup meetings.

View Article

Re: Understanding the dynamics of a team and leadership roles

It is well organised and very useful reading..

View Article

Re: Daily Stand-up: What, How, Who and When.

The transition manager's role would be of a stakeholder. The standups are ideally quick meetings for the execution squad by the execution squad to intimate progress and main objective is to identify...

View Article


Re: Daily Stand-up: What, How, Who and When.

How can I get a free PDF of “A Pocket Guide for Effective Stand-Up Meetings”? Thank you!

View Article


Re: Functional Interfaces in Java

This is a good explanation but I believe it can be more clarified by specifically showing parent1 method call to clear the error issue

View Article

Re: Functional Interfaces in Java

Bhaviya, the error is a compile time error as compared to runtime error. Hence, it wouldn't reach a stage where you can execute the code.

View Article

Re: Functional Interfaces in Java

Agree with your point Janeve But what I am trying to ask here is as part of functional interface feature if you can help on explaining how one can call common parent class method without overriding it...

View Article

Browsing latest articles
Browse All 53 View Live




Latest Images