You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jradiobutton[0].setText("Alexander Graham Bell");jradiobutton[1].setText("Charles Babbage");jradiobutton[2].setText("J.L Baird");jradiobutton[3].setText("Newton");
jradiobutton[0].setText("Platform Independent");jradiobutton[1].setText("Platform Dependent");jradiobutton[2].setText("Both ");jradiobutton[3].setText("None of Above");
}
if(currques==5)
{
jlable.setText("What is the size of float and double in java?");
jradiobutton[0].setText("32 and 64");jradiobutton[1].setText("32 and 32");jradiobutton[2].setText("64 and 64");jradiobutton[3].setText("64 and 32");
}
if(currques==6)
{
jlable.setText("Javascript is an _______ language?");
jradiobutton[0].setText("Object-Oriented");jradiobutton[1].setText("Object-based");jradiobutton[2].setText("Procedural");jradiobutton[3].setText("None of the above");
}
if(currques==7)
{
jlable.setText("Identify the keyword among the following that makes a variable belong to a class,rather than being defined for each instance of the class.");