Multithreading Programs has predictable output and executed on the system architecture.
Assert is a java ________?
Output Of code?
class a { int a=1; boolean b = new boolean(); if(b==a){ System.out.prinln("true prg") }
Java is pure object oriented Language?
What is the output of the following code?
public class a{ int i=10; void method aa(){ int i=20)}
public class B extends a(int i=30; super.i; system.out.println("valus of i",+i)}
public class c{ public static void main(String args[]){ A a=new B(); a.method(); )
What is the extention of java compile file.