Questions & Answers

How Can I Improve My Programming Skill In Java&what Are All The Current Trends In USA In Computer Programming?

Asked by BLURTBABU in Programming 2 years ago - 2 answers

The only way you can improve your java skills is to practice more and more as this will help you to make better concepts and you will be able to learn more. Nowadays many companies in the US are using new technologies as java has become obsolete so you should work on new platforms like .NET and PHP. ...more

Answered by n4me 2 years ago



Can You Compare Event Driven Programming With Object-oriented Programming (OOP)?

Asked by Noon88 in Programming 1 year ago - 1 answer

Object Oriented(ex Java) is the programming language where u can create ur own classes, but with event-driven and Object Programming language u can only use the already defined classes.(ex VB) ...more

Answered by Guest105559 11 months ago


How Does Object Oriented Programming Differs From Structured Programming?Explain

Asked by Guest307607 in Programming 9 months ago - 1 answer

It is different because in OO programming you divide up your program into objects and classes each containing their own methods, variables, ect. In structured programming like C it's more layer by layer with methods and functions. There is no way to group those functions or include/exclude groups like in OO programming. I'm still a novice at C++ and ...more

Answered by Gaurabce8 8 months ago


What's The Difference Between Event Driven Programming And Traditional Programming?

Asked by arunadixit in Programming 2 years ago - 1 answer

In a traditional program the process typically repeats itself continuously, looking for information, processing information and outputting information. It fully event driven programming there is no process until an event occurs. Think of it in terms of your front door hall; all is quite in the hall until someone on the outside pushes a button (the event) then in the hall there is the ...more

Answered by jnawrocki 2 years ago


How Event-driven Programming Differs From Procedural Programming?

Asked by Guest124017 in Programming 11 months ago - 1 answer

In procedural programming, Programer create his own routine for specific purpose and also he himself have to check the events and decide what to do. But in event driven programing events are traped by the environment of the language and programmer just have to use them as he wants. ...more

Answered by Summbal 11 months ago


What Are The Differences Between Object Oriented Programming And Generations Programming?

Asked by Guest1036158 in Technology 6 months ago - 1 answer

Not quite sure if this is what you are asking, but...Programming languages are often divided into 4 or 5 generations (depending on which author you are reading at the time). If you are asking the difference between earlier generations and current OOP programming concepts, it basically boils down to the difference between "imperative" (or "procedural") and "object-oriented" ...more

Answered by QubiQ 6 months ago


What Is Difference Between Structure Programming And Object Oriented Programming?

Asked by Guest2127228 in Programming 4 months ago - 1 answer

Object oriented programming is better then the structure programming.class and inheritance is features are available in the object oriented programming and private data cannot be access by outside function but it is not available in structure programming ...more

Answered by Rockks 4 months ago


What Is The Difference Between Traditional Programming And Visual Programming?

Asked by Guest301370 in Programming 10 months ago - 1 answer

Visual Programing is more user friendly than the traditional one and is more comprehensible ...more

Answered by Nicanica 5 months ago


Which Programming Language Can I Use For Internet Programming Code?

Asked by Guest870935 in C++ 7 months ago - 2 answers

There are many programming languages that you can use. Examples: Java (jsp, servlets, j2ee) Asp.net. Asp 3.0 php cold fusion python perl even c/c++ through cgi scripting Ruby on rails ...more

Answered by Farahkhan 6 months ago



View more Questions