Google is an American multinational corporation which provides Internet-related products and services, including internet search, cloud computing, software and advertising technologies.

learn more… | top users | synonyms

27
votes
9answers
2k views

Is Java “dead in the water” as a consequence of Oracle buying Sun and subsequently suing Google

Google has led many useful Java features (guava, gson); now that Oracle has purchased Sun will it effect its future enhancements and utilization as a development language. What exactly, or even ...
24
votes
5answers
5k views

Upcoming Google interview, looking for some preparation advice [closed]

Well I've been hitting the books wherever I can. I have an interview coming up, first one via phone, for a software engineer position. I've read all the blog posts, I've read all the accounts of ...
6
votes
13answers
2k views

Google is good or bad for programmer? [closed]

Recently I was being interviewed by a company and faced one question. The interviewer asked me a question and at that time I didn't know the answer but if I had been asked about just 4 months ago, I ...
0
votes
1answer
217 views

Internship along with Google Summer of Code? [closed]

I am wondering about how much time Google Summer of Code typically takes. I do have an internship lined up for this summer, but GSoC seems like quite an awesome experience. I also really want to get ...
26
votes
2answers
2k views

What is Google's repository like?

I heard Google has a giant private (internal) repository of all of their code and their employees have access to it so that when they are developing things they don't have to reinvent the wheel. I'd ...
10
votes
5answers
4k views

What is the current state of Google's Dart programming language? [closed]

Dart has been out for ages (in internet years), but judging by Google Trends , it hasn't gotten much hype, and the fact that it only works in Chrome doesn't help either. Nonetheless, Chrome is gaining ...
7
votes
6answers
388 views

How do you manage all of the information you have learned and found? [duplicate]

Possible Duplicate: How do you manage your knowledge base? What do you use for personal note taking to keep track of everything you learn? Are you always Googling or searching ...
10
votes
9answers
715 views

Omitting inheritance in programming languages

I am developing my own programming language. It's a general purpose language (think staticlly typed Python for the desktop, i.e. int x = 1; ) not intended for the cloud. Do you think it's okay not ...
3
votes
1answer
226 views

Apache Wave API

I'd like to create an application based around Apache Wave. Where can I learn more about working with Apache Wave and/or the API for a locally running instance? At the moment, the extent of what I ...