Explain java coding standards for classes or java coding conventions for classes?
No Answer is Posted For this Question
Be the First to Post Answer
What does ide stand for?
How does hashmap work in java ?
How do u provide security in java
What is charat ()?
I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.
Is string a wrapper class?
Are maps ordered java?
What are the two ways in which thread can be created?
abstract class A{ int list []=new int [100]; A(int x,int y){ rondom n=new rondom(); for (int i==;i<100;i++); list [i]=x+r.next int(y-x+1); abstract sort (); abstract binary sarch(int temp); class B extends A{
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
Can we have two methods in a class with the same name?
Write a program to print fibonacci series up to count 10.