Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7076701
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:19:49+00:00 2026-05-28T06:19:49+00:00

4 months left to my high school exam, among other things I will write

  • 0

4 months left to my high school exam, among other things I will write IT exam, there will be theory + 3 programming exercises.

I have been coding a lot of such similar exercises, to test myself, I will be using JAVA to code during exam, and I figured out, that even while I know exactly how to solve exercise – it takes to long. So I have been thinking about trick to reduce time spent on basic things, for example creating new Class, lets say Person.java (short example)

private class Person
{
    private int _id;
    private String _name;
    private String _surname;
    private String _phone;
    private String _adress;

    public Person(int id, String name, String surname, String phone, String adress) 
    {
        _id = id;
        _name = name;
        _surname = surname;
        _phone = phone;
        _adress = adress;
    }

    // and here getters for those variables ... 
} 

Its takes couple of minutes to write all those classes holding informations, and in most cases I will be forced to write many such classes, with much more variables to solve exercises, and since I can spend only 50 minutes at every exercise (3 exercises, whole test takes 150 minutes) I’m a bit worried, so I think I will create some kind of eclipse plugin, to generate some code.

Lets say I have pressed CTRL+F12 and now little window appear, where I can fill variables, which my class should store, and of course providing their type (so in my previous class example it would be int id, String name and so on) Its noting hard obviously, but I wanted to ask, maybe there is something similar already, so I won’t waste time to learn how to make my own plugin’s.

Thanks in advance for help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T06:19:50+00:00Added an answer on May 28, 2026 at 6:19 am

    To create this type of application you have to create plugin application in eclipse.i provide you link that will help you to create eclipse plugin

    http://www.eclipsepluginsite.com/index.html

    this tutorial contains very basic to create plugin in eclipse

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Will I have to pay again? I have about 9 months left before renewal
I've been programming the iphone for a couple of months now and have 3
I have a sql-server code of cities as rows and months as columns, there
I have 25 days left to use VS2010 Beta 1. Will I still be
Few months ago, I have came across a Silverlight tutorial of Eric Cartman (South
Over the last few months/years, I have shared a folder or two with numerous
For the past eight months or so, I have been banging my head on
I've been iPhone programming for 6 months and come from a PC/Java/Eclipse background and
I have developed an app that has work successfully for the last 4 months
I've only been working with WPF for a few months, but I have an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.