whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
2164Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1 4291as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data
1 3910why string is not taking as primitive datatypes but we r taking it as a class? why explain it?
2 6507
Tell me about your ability to work under pressure
What is the difference between double and float variables in java?
Can we override private constructor in java?
Does isempty check for null?
What is the size of int?
how to convert Java project into Maven ?
What is treeset and treemap in java?
What is difference between this and super keyword?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
Can we override private methods?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
What is the use of string and stringbuffer?
What is return used for in java?
How does the java compiler work?
In java, how many ways you can take input from the console?