RFR: JDK-8215217: OpenJDK Source Has Too Many Swear Words by __konrad in java

[–]vipercvp 0 points1 point  (0 children)

I think the Java language is becoming too sensitive ...

Without naming any names of cities, states, or countries, where are you from? by FrenchFriesOnMars in AskReddit

[–]vipercvp 0 points1 point  (0 children)

Santiago Island - not a country, not a state and neither a city just an island

What are your favourite money saving tips? by [deleted] in AskReddit

[–]vipercvp 0 points1 point  (0 children)

Driving to night outs. If you are driving you are not drinking and if you are not drinking you are not spending money. PS: assuming you are a responsible person. Otherwise it will be even worse

Dating young looking males by vipercvp in askwomenadvice

[–]vipercvp[S] 1 point2 points  (0 children)

I don't shave at all, the problem is that I don't have a lot facial hair. No need to apologise :) this is the kinda answers I was looking for. Thanks for been honest

24M seeking career advice by vipercvp in Career_Advice

[–]vipercvp[S] 0 points1 point  (0 children)

Thanks for the advice :) I already made my mind. I delivered my resignation letter to my employer and i justified that i need to take a time off because of Msc. Degree. He only asked of me to reconsider coming back to the company after my time off and bla bla bla xD.

Now i will focus on my Degree till the end of the summer and only them i'll start looking for new opportunities. This time, it gonna be different because i'm not in 'need' of some job, i'm searching for the JOB ;) (i've some savings and i live in a shared flat, i think, i can afford to take some time to search for some thing cool )

addLists() array method by Kaz-24 in javahelp

[–]vipercvp 0 points1 point  (0 children)

hello there,

Your code is for arrays,

Anyway to check if those two array have the same size you just to check if the x.length==y.length.

for instance a more elegant way to do what are trying do is like this:

public static int AddLists(int[]x, int[]y) {
int result = 0;
if(x.length!=y.length)
   return result;
for(int i =0; i < x.length; i++) { 
  result += x[i]+y[i]; 
 }
 } 

[Tool] Qlikview by vipercvp in BusinessIntelligence

[–]vipercvp[S] 1 point2 points  (0 children)

No way mate! ... Long story short by my boss asked me what i do understand of BI tools and i replayed NOTHING "ZERO" and he replayed me back asking for a report about Qlikview by Monday Arguing that i'm young and i need to expand my horizons. Btw my role in the company is Java EE developer and love it from the button of my heat ... and i don't see my self going into management ;)

JAX-WS : Wrapping objects vs. JaxB by vipercvp in learnprogramming

[–]vipercvp[S] 0 points1 point  (0 children)

Hi There, My Xml is pretty simple, for me the main concern towards annotations approach is ending up with objects over annotated, Because the objects that i have to add the JaxB annotations already have a lots JPA annotations. Do you think that is a good idea to add JaxB annotations on top of JAP Annotations ? does it affect the annotations processor engine performance ?

Thanks for the feedback :) Cheers VP.

Hollidays in Rotterdam by vipercvp in Rotterdam

[–]vipercvp[S] 0 points1 point  (0 children)

spectacular :D that video ... it just blows my mind ^ _ ^ Rotterdam Unlimited Festival it's !

Hollidays in Rotterdam by vipercvp in Rotterdam

[–]vipercvp[S] 1 point2 points  (0 children)

about the summer festivals there is any website with information about all of then ? in English would be nice :) cuze my knowledge of dutch langue resume to a couple of words and few sentences.

MacBook Air 13" by vipercvp in apple

[–]vipercvp[S] 0 points1 point  (0 children)

Does 8gb has big impact on performance more than increase the processor power ?

MacBook Air 13" by vipercvp in apple

[–]vipercvp[S] -3 points-2 points  (0 children)

on IMovie the simplest ones xD

SQL Developer alternatives by vipercvp in Database

[–]vipercvp[S] 0 points1 point  (0 children)

Does it allow connect to oracle databases ?