Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Common characteristic in programming language

  1. #1
    Junior Member
    Join Date
    May 2014
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Common characteristic in programming language

    Which of these is not a real differentiator for programming languages:
    a) Object-oriented / Process-Oriented
    b) Interactive / Automated
    c) Interpreted / Compiled
    d) Strongly-Typed / Weakly-Typed
    e) All of the above
    f) B and C
    g) B and D

    Almost all support OOP, Interactive/Automated, Interpreted/Compiled but not sure about Strongly typed/Weakly typed

    Thanks for your input


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Common characteristic in programming language

    Almost all support OOP, Interactive/Automated, Interpreted/Compiled but not sure about Strongly typed/Weakly typed
    This statement is not correct; contradictory, actually.

Similar Threads

  1. What programs/programming language can I use to draw & animate a wave?
    By Atypically Engineered in forum Totally Off Topic
    Replies: 1
    Last Post: July 30th, 2013, 08:28 AM
  2. Java Programming Language Online Course
    By iSmart in forum The Cafe
    Replies: 0
    Last Post: January 17th, 2013, 03:05 PM
  3. which programming language can help me more
    By websit in forum Object Oriented Programming
    Replies: 1
    Last Post: June 24th, 2012, 09:14 PM
  4. Replies: 2
    Last Post: November 25th, 2010, 01:59 PM
  5. Replies: 5
    Last Post: September 6th, 2009, 04:39 AM

Tags for this Thread