Tagged Questions

-4
votes
3answers
142 views

Things to do before learning Java [closed]

I'm interested in Android and I read online that we should learn basic Java before jumping into Android. I dont have much experiance in programming. Maybe you can call me noob in this field and I ...
-4
votes
4answers
277 views

Why is Java still used (esp in large organizations) when its apparently unpopular (view by new developers) [closed]

I am a year 1 computer science student, currently mainly into PHP web development, exploring Python, C#, NodeJS etc. In school, Java is used much more than any other languages. I share the same ...
2
votes
1answer
204 views

What are the advantages of Ceylon over Java?

Looking for the recent and powerful upcoming programming languages over net, I came across Ceylon. I dropped in at ceylon-lang.org and it says: Ceylon is deeply influenced by Java. You see, we're ...
7
votes
6answers
474 views

Is there an infinite amount of knowledge in a programming language?

I can program in Java, C#, C, Scala, and Javascript fluently. I'm comfortable with Objective-C, but I don't remember the conventions used for memory management. I can read Python and Ruby and I've ...
0
votes
3answers
442 views

Is C# more superior than Java as a programming language, objectively speaking? [closed]

A colleague (a .NET fan) argued that (in context to Java vs .NET comparison), while there are different arguments for Java and for .NET, and to determine which one is the better choice is a business ...
5
votes
5answers
408 views

Do I have to deliver my utility and helper code to clients?

Over the years I've created a bunch of Java utility and helper libraries which I just attach to new projects. Then, when I deliver code to my clients, I send all the code except for the libraries ...
-3
votes
1answer
145 views

How to get interest in programming especially in java and android [closed]

I am new in this community. I just completed my Btech in Computer science, I have interest towards programming especially java. I started studying java but i am little bit slow in logic and ...
1
vote
6answers
256 views

Java or c++ for math intensive graphics application? [closed]

Lets say my friend needs to write an incredibly math heavy application. He has thought about using C++, but he wants to write it in Java. Just how slow is Java compared to C++? His application will ...
1
vote
4answers
234 views

Should a novice programmer learn several languages at once? [closed]

Possible Duplicate: Is it worth being computer languages polyglot? I am half way through my first year at university studying computer science. I have been learning Java on the course and ...
21
votes
11answers
3k views

For what reasons should I choose C# over Java and C++?

C# seems to be popular these days. I heard that syntactically it is almost the same as Java. Java and C++ have existed for a longer time. For what reasons should I choose C# over Java and C++?
9
votes
5answers
474 views

Does Java promote a separation between class definitions and implementations, as is C++?

I have a homework assignment and I need to evaluate which approach is better according to GRASP "Protected Variation". I found a question on Stack Overflow about the separation of header and code ...
10
votes
5answers
397 views

Analyzing a programming language

In SICP, the authors state (Section 1.1) that there are three basic "mechanisms" of programming languages: primitive expressions, which represent the simplest entities the language is concerned ...
8
votes
4answers
441 views

What can and can't the Garbage Collector do?

Will the GC take care of all memory management issues (memory leaks) ? Is there any case where you don't want the GC to take control of some part of your code ?
2
votes
6answers
612 views

I want to learn C# through Java. How can I do that?

I have an excellent book for learning OOP using Java but my goal is to learn C#. How can I use that book to learn C# instead of Java? How can I know the equivalent of Java code in C#? Is there a ...
57
votes
16answers
4k views

Do the young minds need to learn the pointer concepts?

Why did the C master Dennis Ritchie introduce pointers in C? And why did the other programming languages like VB.NET or Java or C# eliminate them? I have found some points in Google, and I want to ...

1 2 3 4
15 30 50 per page