Ask a Question  | Answer a Question!  | 

 Submitting your question... 
 
 
ResFinder - Thousands of Practice Papers
WAP to input 2 Strings. Examine both Strings and remove common characters from both the Strings. Display the result.
Sample Input: str1=Java, str2=Jade
Sample Output=str1=v, str2=de  | 
  | 
| asked by Siddhant Joshi (siddhant94) 7 years ago  | 
0  | 
Explain 'Away goal rule ' in football  | 
  | 
| asked by Theodore Coelho (theodore) 7 years ago  | 
4  | 
what are the Examples of Data Abstraction & Encapsulation??(of java and not real life)  | 
  | 
| asked by Aameya Kulkarni (aameyak) 7 years ago  | 
3  | 
how to do this :-
X
Y Y
XXX
Y Y Y Y
XXXXX
Y Y Y Y Y Y  | 
  | 
| asked by Poorna Verma (poorna02) 7 years ago  | 
2  | 
Easy method for automorphic number,
into n = in.nextInt();
String s = Integer.to string(n);
int k = n*n;
String s1 = Integer.to string(k);
If(s1.ends with(s))
s.o.pln("automorphic");
else
s.o.pln("not automorphic"); | 
  | 
| asked by Abhinav Sharma (monstercat) 7 years ago  | 
2  | 
class Example
{
   int x,y; String name;
public static void main()
{
Example ex=new Example();
System.out.println("ex is"+ex.name+" "+ex.x+" "+ex.y);
}
} | 
  | 
| asked by Onkar Borade (onkarborade) 7 years ago  | 
2  | 
What is the difference between a member function which is static and a member function that is not static. (3 points)  | 
  | 
| asked by Rohan Gupta (rohang37) 7 years ago  | 
1  | 
Guys in eco app:
What is a repo rate?
Also can direct taxes be evaded or not? Because it mentions both in the textbook  | 
  | 
| asked by Bharat Sai (bharat2017) 7 years ago  | 
1  | 
Guys how was your economics paper today?  | 
  | 
| asked by BeastSpankster (beastspankarmy) 7 years ago  | 
1  |