call tag

3 questions


1 answers
105 views
0
[Java Script] To call a function in another file

Please tell me how to call function1 of file2 from file1.I wish I could only recall that function.

1 years ago

1 answers
120 views
0
[Android] Is there a way to receive a video call?

To receive a normal call, Android.intent.action.You can get an action value called PHONE_STATEI wonder how I can receive it if it's a video call.Below is the code used to receive a normal call.However...

1 years ago

2 answers
125 views
0
Java recursive call stack overflow error

public static void main(String[] args) { // // TODO Auto-generated method stub int x =2; int n =5; long result = 0; for (int i =0;i<=n;i++){ result += power(x,i); }//end of i System.out.println(re...

1 years ago

© 2024 OneMinuteCode. All rights reserved.