Results 1 to 9 of 9
Thread: Real answers
- 10-20-2011, 03:40 AM #1
Member
- Join Date
- Oct 2011
- Posts
- 4
- Rep Power
- 0
Real answers
Hello everyone, im new to java forums and I recentlly took a quiz online and i got a 15/35..the quiz is
not re-takeable but I'm curious to what the answers are. I was seeing if someone could answer the questions correctly
and put a brief description if possible to explain why that is the answer. I'm a freshman in college and I have
very little knowlege in java. I do not want to get banned, I'm just wondering what the right answers mean. Thank you in advance!
GUI components, such as labels, are placed in an area called the ___of the window
content pane
data pane
display pane
content section
a___is a collection of programming statements(instructions)
method
class
group
collection
a string variable invokes a Striing method using the __ operator,the method name,andthe set of arguments(if any) required by the method.
ampersand
dot
asterisk
pound sign
___means that a new class can be derived from or based on an already existing class.
Bequest
legacy
inheritence
ParentClass
Java uses the color scheme known as___
CBG
CMYR
RGB
CMYK
In java, the ___ is an operator called the member access operator.
poundsign
dot
asterisk
ampersand
If(the heading of) a methodd contains the reserved word static, it is called a static method; otherwise a(n)__method
nonstatic
nonstandard
standard
open
an expression such as Math.pow(2,3) is a(n)__call
object
direct
method
parameter
In java, an variable declared using a (n)__is a reference variable
data point
method
object
class
the return statement has the following syntax__.
return expr
return expr.
return expr*
return expr;
if no other string variable refers to a previoously used memory space, then sometime during program execution, the Java system automatically reclaims this memory space for later use. this is called___.
garbage canning
garbage collection
deletion collection
trash canning
the parameters used in a method call are called __ parameters
actual
class
operational
method
clicking JButton generates an event, known as a (n) __event.
action
purpose
active
object
To show text in different fonts when the program executes, Java provides the class __
Font
Display
Show
Text
In addition to the methods necessary to implement operations, every class can have one or more of a special type of method called a(n)__
manager
structure
builder
contructor
a(n)describes the means for achieving the intended objective.
code chart
diagram
algorithm
flow diagram
The __is the data type of the value returned by the method.
class method
method
class type
method type
need to use the import statement__.
import java.awt.*
import java.awt;
import java.awt.*;
import java.awt.;
A(n)___variable is a variable that stores the adress of a memory space.
memory
address
reference
location
the Java system automatically imports classes andm ethods from the package__
java.lng
java.lang
lang.java
lng.java
We call String objects__of the class String
instances
part
portions
subparts
A___is the smallest unit of space on your screen
pixel
bit
pixelbit
pixlbyte
__ is a mixture of English, Java and usful symbold,but usually without regard for formal syntax.
pseudocode
markup code
blank code
markup code
The kava system listens for the __generated by a program and then reacts to them
events
noise
data
actions
Predefined classes are organized as collections of packages called
method groups
method libraries
class libraries
class groups
- 10-20-2011, 03:56 AM #2
Member
- Join Date
- Sep 2011
- Posts
- 56
- Rep Power
- 0
Re: Real answers
I'm a java noob too, this is what I think some of them are... They may not all be correct.
a method is a collection of programming statements(instructions)
an expression such as Math.pow(2,3) is a(n) object call
the return statement has the following syntax return expr; <--- That one I know is correct
- 10-20-2011, 04:01 AM #3
Re: Real answers
Instead of trying to cheat and have us provide you the answers, how about you do some research yourself. Each question has multiple answers. Google each one, read about them, learn what they are/what they do and determine which answer is the most appropriate. That way you LEARN for yourself.
- 10-20-2011, 04:06 AM #4
Member
- Join Date
- Oct 2011
- Posts
- 4
- Rep Power
- 0
Re: Real answers
Im asking because its NOt retakeable and im asking for explanations so i know why i got them wrong..this is a fourum for help right? to LEARn? thats what a forum is..smh -_-
- 10-20-2011, 04:11 AM #5
Re: Real answers
There is a difference between learning and just asking for answers. The latter is called cheating.
- 10-20-2011, 04:15 AM #6
Member
- Join Date
- Oct 2011
- Posts
- 4
- Rep Power
- 0
Re: Real answers
HENCE the explanations i asked for..please dont post if you have nothing logical to say
- 10-20-2011, 04:25 AM #7
Re: Real answers
The explanations you seek can all be found if you Google. Just like I suggested in my first reply. Do not get pissy with me if you are too lazy to do your own research.
- 10-20-2011, 04:28 AM #8
Member
- Join Date
- Oct 2011
- Posts
- 4
- Rep Power
- 0
Re: Real answers
answer these questions..why do people come to forums?...what are half the answers on google found off of? FORUMS..
-
Re: Real answers
Let's close this thread as it's going no where.
Similar Threads
-
need answers to this java program
By peixd in forum New To JavaReplies: 2Last Post: 06-14-2010, 04:23 AM


LinkBack URL
About LinkBacks

Bookmarks