TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Chethan Chinmay
NA
51
5.8k
programme control transfer from one method to another method
May 21 2018 6:44 AM
can able to do programme control transfer from one method to another different method like goto and label statement.
now i want to show something like this
public class A()
{
public void B()
{
int a,b,c;
c=a+b;
jump here:
c=a*b;
}
public voidC()
{
int x,y,z;
z=x-y;
goto jump here;
}
}
Reply
Answers (
3
)
what is difference primary key and uniqkey?
Display answers based on id each question id