in Education by
is there any problem in the given code which is written in java if(FirebaseAuth.getContext.getCurrentUser != null){ Intent intent = new Intent(Main.this , Home.class); startactivity(intent); } else{ finish (); } correct the statement if it is false Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Answer: please mark me brainlist . Explanation: .ok…..

Related questions

0 votes
    What is the problem with the following code? name=”Prejith” 3 / 3 age=26 print(“Your name and age are :”, name+age Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
    Any data written in double quotes is a numeric constant true / false Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    write python code to create a series object temp1 that stores temperature of 7days in it .take any random 7temperaturers? Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    urgently needed a code in any programming language for the following question Given a string S. Find a string R which ... line of input contains a single string S. Constraints: 1...
asked Dec 9, 2021 in Education by JackTerrance
0 votes
    urgently needed a code in any programming language for the following question Given a string S. Find a string R which ... line of input contains a single string S. Constraints: 1...
asked Dec 3, 2021 in Education by JackTerrance
0 votes
    Simran write a code print: (“hello friends”)but when she executed there comes an error what was the error and why did it occur Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    Rewrite the following JAVA program segment using switch case.. char code; if(code=='B'||code=='b') System.out. ... now .plz help me . Select the correct answer from above options...
asked Dec 17, 2021 in Education by JackTerrance
0 votes
    In Java, what will be the output of the following code and how? double x=2.9,y=2.5; (SOP is abbreviated form ... x),y)); Explain how Select the correct answer from above options...
asked Nov 28, 2021 in Education by JackTerrance
0 votes
    In 10011 – 01010 (binary subtraction) what will be the answer and is there any need for borrowing pls share steps Select the correct answer from above options...
asked Dec 29, 2021 in Education by JackTerrance
0 votes
    Consider below given code fragment. What will be their outputs if the inputs are entered in the given order are i. ... t it fun? ) Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    3. The given HTML code have some syntax error rewrite the code Page Tititle This is the para tag cols Punjab ... for scroll the text Select the correct answer from above options...
asked Dec 10, 2021 in Education by JackTerrance
0 votes
    Write pseudo code to count occurrence of a given number in the list. For example, consider the following list, if ... in the list. Select the correct answer from above options...
asked Nov 28, 2021 in Education by JackTerrance
0 votes
    java program to input any string then print each word along with their length Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    Write a program in Java to input any age and determine whether the age is valid or  invalid. If age is ... is valid otherwise invalid. Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
...