The swing components classes that are used in encapsulates a mutually exclusive set of buttons?
The change in velocity of an object during the first five seconds of its motion is shown on the graph. What is the acceleration of an object in this time?
By converting 3 700 000 watt into kilowatt , we get?
By converting 3 700 000 watt into kilowatt , we get?
The swing components classes that are used in encapsulates a mutually exclusive set of buttons?
What will be the output of the program
class Test
{
public static void main(String [] args)
{
Test p = new Test();
p.start();
}
void start()
{
boolean b1 = false;
boolean b2 = fix(b1);
System.out.println(b1 + " " + b2);
}
boolean fix(boolean b1)
{
b1 = true;
return b1;
}
}
What will be the output of the program (sample.c) given below if it is executed from the command line (turbo c under DOS)
cmd> sample Good Morning
/* sample.c */
#include
int main(int argc, char *argv[])
{
printf("%d %s", argc, argv[1]);
return 0;
}
When two shafts of same length, one of which is hollow, transmit equal torques and have equal maximum stress, then they should have equal
What will be the output of the program
public class Example
{
public static void main(String [] args)
{
double values[] = {-2.3, -1.0, 0.25, 4};
int cnt = 0;
for (int x=0; x < values.length; x++)
{
if (Math.round(values[x] + .5) == Math.ceil(values[x]))
{
++cnt;
}
}
System.out.println("same results " + cnt + " time(s)");
}
}
A mild steel flat of width 120 mm and thickness 10 mm is bent into an arc of a circle of radius 10 m by applying a pure moment 'M' If E is 2 x 105 N/mm2, then the magnitude of the pure moment 'M' will be
In a modulator it is found that the amplitude spectrum consists a component at fc, the carrier frequency and one component each at fc - fs and fc + fs where fs is the modulating signal frequency. Then the modulator used is
Two 5000-kg freight cars roll without friction (one at 1 m/s, the other at 2 m/s) toward each other on a level track. Thus one car's kinetic energy is 2500 J and the othe's is 10,000 J. Before they collide their total kinetic energy is
Which of the following is the correct order of servlet life cycle phase methods
Fundamental HTML Block is known as ___________